function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
abhi_sfdcabhi_sfdc 

SAML Assertion

Hi, I have a requirment in which i have to create a user at the time of user login.
I found using SAML assertion we can achive this but i don't know how to implement this. Can someone help on this?
Vinit_KumarVinit_Kumar
You need to check User provisioning to true for the same when you are creating your SSO settings.

Basically,you need to use JIT (Just-in-time feature) to create a new user with SAML.

Go through the below links to learn more and how to create your SAML request:-

http://www.ericsantiago.com/eric_santiago/2013/02/just-in-time-provisioning-for-salesforce-portal-users.html

https://docs.gosecureauth.com/display/docs/SalesForce.com+Just+in+Time+provisioning

https://help.salesforce.com/apex/HTViewHelpDoc?id=sso_jit_requirements.htm&language=en

https://help.salesforce.com/HTViewHelpDoc?id=sso_jit_about.htm&language=en_US