Skip to content

Add support for RFC 9207 (?) #867

Open
@mlazowik

Description

@mlazowik

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions