You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 throwingTooManyValues
frompyoidc/src/oic/oauth2/message.py
Line 296 in 0e30cd2
For now we'll be using the
Exclude Issuer From Authentication Response
compatibility option in Keycloak.The text was updated successfully, but these errors were encountered: