Questions tagged [provisioning]
The provisioning tag has no summary.
10 questions
0 votes
1 answer
43 views
How to change the API version number that MS Entra uses for user provisioning?
Browsing through the ApiTotalUsage event log in Salesforce, I came upon entries with version 40.0, originating from MS Entra (formerly known as Azure AD). We manage our users in Entra and via user ...
0 votes
0 answers
67 views
Urgent: Salesforce Digital Engagement Provisioned Phone Number is not Working. Need help troubleshooting
I'm working on a Salesforce Digital Engagement implementation in a Government Cloud Plus (GC+) sandbox for a U.S. Navy project. We’ve been provisioned a long code SMS number by Salesforce Messaging ...
0 votes
1 answer
192 views
How can I handle user provisioning with Azure when a user is in multiple groups?
I have a working Azure user provisioning flow. The issue I am facing is if a user is in multiple groups I don't know how to set a priority system. Is there a way I can setup a priority system on Azure ...
1 vote
1 answer
2k views
How to create a User Provisioning FLow
I need to create user provisioning on Connected App but there is no particular guide how to go about it. I can only find bits and pieces. Even Salesforce talk about some util packages for some common ...
0 votes
1 answer
43 views
Programtical user creation in Salesforce
I have a trial account in Salesforce. I want to know if it is possible to create a user account in Salesforce programitically using the trial account. If yes, please share the link for the same. ...
2 votes
2 answers
3k views
Apex webservice call calling site.createExternalUser giving That operation is only allowed from within an active site
I have written an apex web service class that is going to be invoked by an external integration system. The purpose of this web service is to allow community user provisioning when being invoked. We ...
1 vote
2 answers
685 views
Import existing users from external system into Salesforce as Community Users
We have a requirement to import existing users (about 100,000) from another application into Salesforce as Community Users. Existing users have a email address as their username and a password that is ...
1 vote
1 answer
325 views
Communities: Provisioning existing Salesforce licensed users as Partner Users
Existing Solution: Dealers and Vendors (external users) using Salesforce Licenses. They are assigned to Roles (Dealers at the bottom below Vendors). They own Accounts, Opportunities and other custom ...
6 votes
1 answer
891 views
How to retrieve the error description and details for Just-in-Time Provisioning errors for SAML
Usually the errors are returned in the URL parameters of the error page. Since I've created a custom page to be redirected when a SAML error (portal user login) occurs, I would like to display the ...
2 votes
1 answer
1k views
Best practice for new user notification when using Federated SSO
When new users are provisioned in SFDC from the standard UI, there is a checkbox for "Generate new password and notify user immediately". This sends an email to the new user with all his/her info. ...