Surface invalid OIDC state on auth error page
Missing, expired, or reused OIDC state left users on a JSON error or a generic failure. Map those cases to invalid_state so they get a clear prompt to restart sign-in. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
committed by
Cursor Agent
parent
318789ec38
commit
b8e5d279a0
@@ -31,6 +31,7 @@ import (
|
||||
const (
|
||||
authErrorPersonalAccountNotAllowed = "personal_account_not_allowed"
|
||||
authErrorEmailNotVerified = "email_not_verified"
|
||||
authErrorInvalidState = "invalid_state"
|
||||
authErrorAuthenticationFailed = "authentication_failed"
|
||||
authErrorMagicLinkExpired = "magic_link_expired"
|
||||
authErrorMagicLinkAlreadyUsed = "magic_link_already_used"
|
||||
|
||||
Reference in New Issue
Block a user