Alain Croisetiere

Results 2 comments of Alain Croisetiere

I use the acr_values parameter in the redirect to idp notification. ```CSharp var acrValues = signInMessage.AcrValues.ToDictionary(v => v.Split(':')[0], v => v.Split(':')[1]); if (acrValues.ContainsKey(Constants.AuthorizeRequest.Prompt)) notification.ProtocolMessage.Prompt = acrValues[Constants.AuthorizeRequest.Prompt]; ```