Creating a Connected App for OAuth
After you create an SFDC redirect, the next step is to set up a connected app to serve as an external authentication provider on the SFDC instance.
* 
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.
To create a connected app for OAuth:
1. In Salesforce Classic, on the Setup page, in the left pane, in the Build section, expand the Create node, and then click Apps.
2. On the Apps page, in the Connected Apps area, click New, and then complete the form as follows.
Section
Field
Value
Basic Information
Connected App Name
ServiceMax Service Board Single Sign-On
* 
This app handles user authentication and is different from the ServiceMax Service Board connected app, which is preconfigured and included in the Service Board Extension Package.
API Name
ServiceMax_Service_Board_Single_Sign_On
Contact Email
Email address
API (Enable OAuth Settings)
Enable OAuth Settings
Selected
Callback URL
https://<hostname>/oauth
Selected OAuth Scopes
Add:
Access your basic information (id, profile, email, address, phone)
Access and manage your data (api)
Perform requests on your behalf at any time (refresh_token, offline_access).
3. On the Salesforce Setup page, in the left pane, in the Administer section, expand the Manage Apps node, and then click Connected Apps.
4. In the App Access Settings list, click ServiceMax Service Board Single Sign-On, and then set the Timeout Value field to 24 hours.
For more information:
Was this helpful?