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

Add audience to oidc provider options #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

juliofuentescerrada
Copy link

Hi! Tried to set up Esquio with Auth0 and got some issues with the token validation. The application was returning a 401 Bearer error="invalid_token" response and parsing the token in jwt.io showed no payload.

Finally found out that Auth0 requires the audience to be sent during the authorization request, which can be achieved by adding it to the provider options.

References:

Tested the application with Auth0 and Duende demo server and everything was working just fine after the proposed change.

Thanks for the awesome work!

@dnfadmin
Copy link

dnfadmin commented Nov 8, 2022

CLA assistant check
All CLA requirements met.

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

Successfully merging this pull request may close these issues.

3 participants