serlo / infrastructure-modules-shared

Apache License 2.0
4 stars 1 forks source link

Enable login after registration in case of OIDC #36

Closed hugotiburtino closed 1 year ago

hugotiburtino commented 1 year ago

For now, the freshly registrered user by oidc doesn't get a session, what gives them the impression the flow didn't work (in order to login, they have to start it over). Actually, they have to have a session. For that use https://www.ory.sh/docs/self-hosted/kratos/configuration/oidc#prevent-having-to-log-in-after-sign-up.

A possible complicator here is the registration web hook.