I am creating a custom policy in Azure AD B2C. I want to pass some acr_values at the time of authorization to the identityserver. In the regular openid protocol, we can directly pass acr_values as a query parameter in the authorization url but cannot find any similar way of doing that in Azure AD B2C.
Is there any way of doing that configuration in azure ad b2c custom policies ?