Skip to content

Support Authentication Context Class Reference (acr_values) when making a request to a 3rd Party OIDC IdP #339

Open
@JesperWe

Description

@JesperWe

Support Authentication Context Class Reference (acr_values)

Problem

Some IdP use Authentication Context Class Reference (acr_values) to let the client supply additional input parameters to the IdP when initiating an authentication flow. This is basically an additional URL parameter in the /oauth2/authorize call.

Currently we are not able to add this field when configuring an IdP.

Solution

Add a field acr_values after scope with similar behavior.

Workaround

Append acr_values to the Authorize URL in the IdP configuration.

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