In this article we'll list the steps of how you can set up SSO with Salesforce.
You can learn more details about SSO our main article here.
Note: The activation of the SSO for Member Tools disables:
- The standard login with OfficeRnD user and password
- The Public Calendar Page and Sign-up Page
- Reset password links
- Token for auth in the invite to portal email
Steps
-
Create your developer account in Salesforce - https://developer.salesforce.com
-
Then follow this article - https://help.salesforce.com/articleView?id=connected_app_create_openid_connect.htm&type=5
Alternatively:
- Find App Manager in Search (should be on Setup page)
- Create a new Connected App and set:
-
Name
-
Email
-
Enable Oauth Settings
-
Callback URL is the Return URL from our integration (could be copied when you active the Authentication Integration in OfficeRnD)
-
Selected OAuth Scopes
-
OpenId
-
Email and profile info
-
-
-
- Also set - Configure ID Token and there choose Include Standart Claims - more info
- Then copy the Consumer Key and Consumer Secret from the Connected App and put it in the configuration in OfficeRnD
- The Discovery URL could be found here - https://help.salesforce.com/articleView?id=remoteaccess_oauth_endpoints.htm&type=5
Comments
Please sign in to leave a comment.