Open
Description
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.