mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 14:43:34 +00:00
Yet another OAuth2 token error (#1177)
* Yet another OAuth2 token error What exactly are the circumstances that cause this? * The dog ate it
This commit is contained in:
@ -229,6 +229,7 @@ OAUTH2_TOKEN_ERRORS = [
|
|||||||
'invalid_grant: Not a valid email',
|
'invalid_grant: Not a valid email',
|
||||||
'invalid_grant: Invalid JWT: No valid verifier found for issuer',
|
'invalid_grant: Invalid JWT: No valid verifier found for issuer',
|
||||||
'invalid_grant: The account has been deleted',
|
'invalid_grant: The account has been deleted',
|
||||||
|
'invalid_grant: reauth related error (invalid_rapt)',
|
||||||
'invalid_request: Invalid impersonation prn email address',
|
'invalid_request: Invalid impersonation prn email address',
|
||||||
'invalid_request: Invalid impersonation "sub" field',
|
'invalid_request: Invalid impersonation "sub" field',
|
||||||
'unauthorized_client: Client is unauthorized to retrieve access tokens '
|
'unauthorized_client: Client is unauthorized to retrieve access tokens '
|
||||||
|
Reference in New Issue
Block a user