
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.

Hi, @MarkS.48846 (Customer)
Thank you for posting on our Community page!
I have done some research and found these articles that might be of use:
For enabling SAML_SUPPORT_ARRAY_ATTRIBUTES feature flag, I suggest you contact your AE for further information.
Thank you for reaching out to our Community and have a great day!
_____________________________________________________________________________
Community members help others by clicking Like or Select as Best on responses. Try it today.
_____________________________________________________________________________