This article provides steps to pass a group name with a prefix in the Security Assertion Markup Language (SAML) assertion.
- Custom SAML app
- Okta Expression Language
- Attribute statement
-
Go to the custom SAML application and select the Sign On tab.
-
Click Edit.
-
Add an Attribute statement with the following expression:
getFilteredGroups({"<APP_ID>"}, "'<PREFIX>' +group.name", 40)NOTE: Replace
<APP_ID>with the application ID and<PREFIX>with the desired prefix value.
