All checks were successful
continuous-integration/drone/push Build is passing
597 B
597 B
mitgliederverwaltung
Testing SSO with rauthy
just run- go to [localhost:8080], go to the Admin area
- Login with "admin@localhost" and password from
dev/rauthy/config.toml - 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)
- copy client secret to
.envfile - abort and run
just runagain