Run transform map with admin rights
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2020 09:45 AM
Hi All,
I have a transform map which runs on auto provisioning of user from SAML. In transform map I have a code written to create the group and assign the role to the group and then add the member to the group.
This transform map is running with user "guest" which does not have any privileges. User is getting created, group is getting created, user is added to the group but role is not getting added to group & user.
I am thinking it is a permission issue with guest user. Because when I am adding same data into the import table with my admin id, everything working fine but it does not work during auto-provision.
I was thinking if I can run transform maps with admin rights?
or give user admin role to "guest" user account?