You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user tries to log in using OIDC and doesn't have account yet, they're asked to register a new one, but "Unknown identity" error appears in the same time.
It's a bit worse when we decline the consent for a requested scope. Sometimes OpenID providers are redirecting us back to the application with error= set in URI. In that case, user is incorrectly asked to register an account once again.
Expected behaviour
Error should not appear in case of non-existent identity
Error should appear in other cases, but prompt for registration should not appear.
The text was updated successfully, but these errors were encountered:
psrok1
changed the title
OIDC: Better error handling when login using OIDC failed
OIDC: Insufficient error handling when login using OIDC failed
Sep 30, 2024
psrok1
changed the title
OIDC: Insufficient error handling when login using OIDC failed
OIDC: Incorrect error handling when login using OIDC failed
Sep 30, 2024
psrok1
changed the title
OIDC: Incorrect error handling when login using OIDC failed
OIDC: Incorrect error handling in frontend when login using OIDC failed
Sep 30, 2024
Environment information
/about
): v2.13.0pip install mwdb-core
)Behaviour the bug (what happened?)
When user tries to log in using OIDC and doesn't have account yet, they're asked to register a new one, but "Unknown identity" error appears in the same time.
It's a bit worse when we decline the consent for a requested scope. Sometimes OpenID providers are redirecting us back to the application with
error=
set in URI. In that case, user is incorrectly asked to register an account once again.Expected behaviour
The text was updated successfully, but these errors were encountered: