Token validation error codes
The following are error codes and a description for each type of token validation failure.
| Error code | Description |
|---|---|
| 1 | The specified token is not a JSON Web Token (JWT). |
| 2 | The specified token is not a JSON Web Signature (JWS) or not signed with a valid JWS algorithm. |
| 3 | The specified token contains a scope claim that identifies it as not suitable for manager access. |
| 4 | The specified token contains a claim that could not be parsed. |
| 5 | The specified token does not contain the configured Authentication Context Class Reference (ACR) claim value. |
| 6 | The specified token has failed validation (e.g. invalid audience, token expired, invalid issuer). |