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

Skip validation of JWT "aud" claim #2422

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

nmalaguti
Copy link
Contributor

Due to unexpected ESI SSO breakage by adding an "aud" claim, skip
validation of the claim. If in the future CCP specifies which "aud"
claim to verify against, this can be changed to pass the appropriate
"audience" value.

Fixes #2421

Due to unexpected ESI SSO breakage by adding an "aud" claim, skip
validation of the claim. If in the future CCP specifies which "aud"
claim to verify against, this can be changed to pass the appropriate
"audience" value.

Fixes pyfa-org#2421
@blitzmann blitzmann merged commit e57b7e5 into pyfa-org:master Mar 30, 2022
@blitzmann
Copy link
Collaborator

Thanks! Really appreciate it :)

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 this pull request may close these issues.

Can't add character: "The JWT signature was invalid: Invalid audience"
2 participants