juanifioren / django-oidc-provider

OpenID Connect and OAuth2 provider implementation for Djangonauts.
http://django-oidc-provider.readthedocs.org
MIT License
423 stars 238 forks source link

Removing login_attempt from cookies fails when user is logged in at account creation #397

Closed gbip closed 2 years ago

gbip commented 2 years ago

When a user register a new account on Keycloak, if email verification is disabled they will be automatically logged_in. However this triggers a 500 server error as the login_attempt cookie is missing and can't be deleted 2022-01-14-110810_637x326_scrot .

gbip commented 2 years ago

Wrong repo, sorry.