mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Another OAuth2 token error (#1170)
This commit is contained in:
@@ -225,6 +225,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_request: Invalid impersonation prn email address',
|
'invalid_request: Invalid impersonation prn email address',
|
||||||
|
'invalid_request: Invalid impersonation "sub" field',
|
||||||
'unauthorized_client: Client is unauthorized to retrieve access tokens '
|
'unauthorized_client: Client is unauthorized to retrieve access tokens '
|
||||||
'using this method',
|
'using this method',
|
||||||
'unauthorized_client: Client is unauthorized to retrieve access tokens '
|
'unauthorized_client: Client is unauthorized to retrieve access tokens '
|
||||||
|
|||||||
Reference in New Issue
Block a user