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 support for RFC 9207 (?) #867

Open
mlazowik opened this issue Feb 1, 2024 · 1 comment
Open

Add support for RFC 9207 (?) #867

mlazowik opened this issue Feb 1, 2024 · 1 comment

Comments

@mlazowik
Copy link

mlazowik commented Feb 1, 2024

I'm not 100% sure whether this is something that pyoidc should handle. I'm adding the issue already in case for someone else it's obvious. If there are no responses I'll research more and update when I find the time.

In particular Keycloak v23 implemented that RFC and now our app is receiving two iss keys in the url params in auth response, which ends up throwing TooManyValues from

raise TooManyValues("{}".format(key))

For now we'll be using the Exclude Issuer From Authentication Response compatibility option in Keycloak.

@tpazderka
Copy link
Collaborator

This should probably be implemented as an extension message...

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

No branches or pull requests

2 participants