Skip to content
New issue

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

Duplicate error code: 9 #194

Closed
broccolibird opened this issue Oct 22, 2020 · 1 comment · Fixed by #245
Closed

Duplicate error code: 9 #194

broccolibird opened this issue Oct 22, 2020 · 1 comment · Fixed by #245

Comments

@broccolibird
Copy link

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");
@FeiChen-okta
Copy link
Contributor

Hi @broccolibird yes that is odd. will clean this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants