mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +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:
@@ -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 '
|
||||
|
||||
Reference in New Issue
Block a user