Hi,
I am trying out the OIDC integration currently. I have the following situation and question:
I have enabled 4 IDPs as shown in the image below:
So, if I want to show just one of them to a user based on some query param when the OIDC request gets initiated, is it possible? Using acr_values
, I can control specific end-providers. For example I can use "acr_values=ftn_idp:op"
to take user through OP’s auth flow - but, this is only possible after user first selects FTN.
What I would like is a control at the top idp level. So that I can dynamically show users either FTN or Suomi.Fi or Swedish BankID, based on user’s variable (ex: location). I mean, in my implementation I will have mapping of user-variables and the params that Signicat needs. Is it possible in any way?
Thanks,
Amarjeet