<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00008gk8xFCAQOkta Classic EngineSingle Sign-OnAnswered2023-01-24T21:39:31.000Z2023-01-23T22:36:08.000Z2023-01-24T21:39:31.000Z

MarkS.48846 (Customer) asked a question.

Salesforce SSO JIT User Provisioning with Permission Sets and Permission Groups

We have the Salesforce SSO application installed and functioning for user provisioning. We have it setting Profile and Role, but now need to support setting Permission Sets and/or Permission Groups. I have tried to create a SAML Attribute statement, but cannot seem to get the Value syntax correct for the assignment to be made. SSO still functions regardless of the value I attempt to use, but the Permission Set is not assigned to the user. I have read a few other posts on this topic, but have not been able to find the answer yet. One referenced needing to turn a feature flag on for SAML_SUPPORT_ARRAY_ATTRIBUTES, but I think that may have been dated as I don't see that available in my features to turn on.

 

Here are some of the attribute statements that I have attempted:

Name=PermissionSets

Value=Arrays.add(Arrays.toCsvString({}),"Test_Permission_Set")

Value="Test_Permission_Set"

Value=["Test_Permission_Set"]

Value={"Test_Permission_Set"}

 

Any help would be appreciated. Thanks.


This question is closed.
Loading
Salesforce SSO JIT User Provisioning with Permission Sets and Permission Groups