|
If you log into Service Board as an administrator or integration user, log in as a different user, and then try to configure OAuth settings, an error message appears stating that you have insufficient privileges. Be sure to use only administrative or integration credentials to log in when configuring single sign-on.
|
Field | Value |
---|---|
Client ID | Consumer key for the connected app. |
Client Secret | Consumer secret for the connected app on the SFDC org. |
Authorization URL | • Production Salesforce Org: https://login.salesforce.com/services/oauth2/authorize • Sandbox Salesforce Org: https://test.salesforce.com/services/oauth2/authorize • Salesforce orgs withMy Domain enabled: https://<domain_name>/services/oauth2/authorize |
Access Token URL | • Production Salesforce Org: https://login.salesforce.com/services/oauth2/token • Sandbox Salesforce Org: https://test.salesforce.com/services/oauth2/token • Salesforce orgs with My Domain enabled: https://<domain_name>/services/oauth2/token |
User Profile URL | • Production Salesforce Org: https://login.salesforce.com/services/oauth2/userinfo • Sandbox Salesforce Org: https://test.salesforce.com/services/oauth2/userinfo • Salesforce orgs with My Domain enabled: https://<domain_name>/services/oauth2/userinfo |
Logout URL | • Production Salesforce Org: https://login.salesforce.com/secur/logout.jsp • Sandbox Salesforce Org: https://test.salesforce.com/secur/logout.jsp • Salesforce orgs with My Domain enabled: https://<domain_name>/secur/logout.jsp |
Be sure to specify only salesforce.com URLs when you configure external OAuth providers. At this time, lightning.force.com URLs are not supported, and trigger 500 errors if used for OAuth provider configuration. |