mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
Yet another OAuth2 token error (#1171)
* invalid_grant: The account has been deleted - Recently deleted, still exists * invalid_request: Invalid impersonation "sub" field - Long gone
This commit is contained in:
parent
1fe3e69c56
commit
216f2920b9
@ -224,6 +224,7 @@ OAUTH2_TOKEN_ERRORS = [
|
||||
'invalid_grant: Invalid email or User ID',
|
||||
'invalid_grant: Not a valid email',
|
||||
'invalid_grant: Invalid JWT: No valid verifier found for issuer',
|
||||
'invalid_grant: The account has been deleted',
|
||||
'invalid_request: Invalid impersonation prn email address',
|
||||
'invalid_request: Invalid impersonation "sub" field',
|
||||
'unauthorized_client: Client is unauthorized to retrieve access tokens '
|
||||
|
Loading…
x
Reference in New Issue
Block a user