We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error code 9 is used in multiple locations. This makes it difficult to determine the root cause of customer issues.
public static final AuthorizationException ID_TOKEN_VALIDATION_ERROR = generalEx(9, "Invalid ID Token");
public static final AuthorizationException STATE_MISMATCH = generalEx(9, "Response state param did not match request state");
The text was updated successfully, but these errors were encountered:
Hi @broccolibird yes that is odd. will clean this up.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Error code 9 is used in multiple locations. This makes it difficult to determine the root cause of customer issues.
The text was updated successfully, but these errors were encountered: