Apologize if this has been covered before, but I cannot seem to find the example I’m looking for. We have a single SAML application that has multiple roles defined on the application side, and I want to map Okta Groups to these roles within the application.
I’ve used the following conditional expression successfully - but it only covers (2) possible groups:
- [Condition] ? [Value if TRUE] : [Value if FALSE]
Can someone help advise as to how I could map ~15 groups in Okta to ~15 groups/ roles on the application side? Appreciate any insight you can offer here.