-
Do you have an example how we can pass the requested ACR values to |
Beta Was this translation helpful? Give feedback.
Answered by
maennchen
May 22, 2024
Replies: 1 comment 5 replies
-
Currently the following request parameters are set automatically:
All other parameters like {ok, Url} = oidcc_authorization:create_redirect_url(ClientContext, #{
redirect_uri => RedirectUri,
client_id => ClientId,
url_extension => [{<<"acr_values">>, <<"acr:value">>}]
}) |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
maennchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the following request parameters are set automatically:
response_type
response_mode
scope
redirect_uri
client_id
state
nonce
purpose
All other parameters like
prompt
,acr_values
or custom provider parameters can be set using theurl_extension
option.