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

String audience is not parsed correctly on userinfo #369

Open
nsklikas opened this issue Jul 31, 2024 · 1 comment
Open

String audience is not parsed correctly on userinfo #369

nsklikas opened this issue Jul 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nsklikas
Copy link
Contributor

nsklikas commented Jul 31, 2024

When using dex as an IdP with userinfo authentication, the aud returned from the userinfo endpoint is a string with the value of the client_id. Our code expects aud to be an array of strings ([]string) that includes the client_id.

While this works fine with hydra, there are a couple of issues with this:

@nsklikas nsklikas added the bug Something isn't working label Jul 31, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-990.

This message was autogenerated

@nsklikas nsklikas reopened this Jul 31, 2024
@nsklikas nsklikas changed the title String audience is not parsed correctly String audience is not parsed correctly on userinfo Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant