dorarosi
Results
1
comments of
dorarosi
So I changed my code to: ``` var request = new LoginRequest(); request.FrontChannelExtraParameters.Add("acr_values", "idp:strong"); result = await _oidcClient.LoginAsync(request); ``` Now I get the ACR Value, but the `:` ist replaced...