juanifioren/django-oidc-provider

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

gbip opened this issue · 1 comments

gbip commented

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

Wrong repo, sorry.