Another OAuth2 token error (#1170)

This commit is contained in:
Ross Scroggs
2020-04-27 18:04:16 -07:00
committed by GitHub
parent f301dac442
commit 1fe3e69c56

View File

@@ -225,6 +225,7 @@ OAUTH2_TOKEN_ERRORS = [
'invalid_grant: Not a valid email',
'invalid_grant: Invalid JWT: No valid verifier found for issuer',
'invalid_request: Invalid impersonation prn email address',
'invalid_request: Invalid impersonation "sub" field',
'unauthorized_client: Client is unauthorized to retrieve access tokens '
'using this method',
'unauthorized_client: Client is unauthorized to retrieve access tokens '