https://{yourDomain}.my.salesforce.com
and click on Setup on the top right.Setting | Description |
---|---|
Connection Name | Name your connection. For example SFIDP. |
Email Domains | Enter the email domain name that your users will be loggin in from. For example, if your users have an email domain of abc-example.com , enter that into this field. You can enter multiple domains. |
Sign In URL | Open the metadata file you downloaded from Salesforce and locate the line that contains the SingleSignOnService binding. The value of the location attribute on this line is your Sign In URL. It will be something like: https://{sf-account-name}.my.salesforce.com/idp/endpoint/HttpRedirect where {sf-account-name} is your Salesforce domain name. |
Sign Out URL | Enter the same URL you entered for Sign In URL. |
openssl x509 -in original.crt -out sfcert.pem -outform PEM
where original.crt
is the filename of the downloaded .crt file.
.pem
file you just created. (sfcert.pem
in the example above). You can ignore the rest of the fields for now.https://{yourDomain}/samlp/metadata?connection={yourConnectionName}
.
Setting | Description |
---|---|
Entity ID | urn:auth0:YOUR_TENANT:YOUR_CONNECTION_NAME |
ACS URL | https://{yourDomain}/login/callback |
Subject Type | Persistent ID |
Name ID Format | Choose the one with emailAddress |
Issuer | https://{your-saleforce-domain}.my.salesforce.com |