Closed imShakil closed 1 year ago
It was already reported and fixed in 1.0.11 https://github.com/JanssenProject/jans/issues/4278
Re-opening and assinging to @devrimyatar to check whether cli sets default acr correctly.
I repaced the original content of this message with the root cause--there is no way in Auth Server to specify the acr for device flow.
We need a way to specify the acr (and potentially other params, like
agama_flow=...
) for device flow. Otherwise when you enable two acr's, it's unpredictable which one may run. Perhaps we can add two Auth Server configuration JSON properties :device_flow_default_acr
anddevice_flow_extra_authn_params
?