Okta Group SAML assertion to Application Groups/ Roles

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.

Hi @kerry

You can create a custom script to inject the groups inside the SAML assertion using SAML Assertion Inline Hook.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.