docs: Add docs for testing SSO
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
Rafael Epplée 2025-07-17 14:48:17 +02:00
parent 2818a00548
commit 0b94e72f21
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118

View file

@ -1,2 +1,18 @@
# mitgliederverwaltung
## Testing SSO with rauthy
1. `just run`
1. go to [localhost:8080], go to the Admin area
1. Login with "admin@localhost" and password from `BOOTSTRAP_ADMIN_PASSWORD_PLAIN` in docker-compose.yml
1. add client from the admin panel
- Client ID: mv
- redirect uris: http://localhost:4000/auth/user/rauthy/callback
- Authorization Flows: authorization_code
- allowed origins: http://localhost:4000
- access/id token algortihm: RS256 (EDDSA did not work for me, found just few infos in the ashauthentication docs)
1. copy client secret to `.env` file
1. abort and run `just run` again