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:
Ross Scroggs
2020-04-30 09:46:55 -07:00
committed by GitHub
parent 0bd4eefeca
commit 0268858784

View File

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