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:
Ross Scroggs 2020-04-28 06:38:43 -07:00 committed by GitHub
parent 1fe3e69c56
commit 216f2920b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 '