Best practice
For the integration with Oomnitza, create a dedicated user account.
Degreed uses OAuth authentication and requires your Client ID, Secret, URL, and Scopes to be added to Oomnitza.
Client ID and Secret
You can obtain API keys (Client ID
andClient Secret
credentials) using the administrator's dashboard or by contacting your Degreed Technical Solutions Specialist.
For further information see Degreed Developer Documentation: Obtain API Keys
URL
The OAuth base URL you use depends on the environment (betatest or production) and data center (US, EU, or CA) you are using.
Use the following Base URLs when requesting an access token:
Data Center | Environment | URL |
US | Betatest | https://betatest.degreed.com |
US | Production | https://degreed.com |
EU | Betatest | https://eu.betatest.degreed.com |
EU | Production | https://eu.degreed.com |
CA | Betatest | https://ca.betatest.degreed.com |
CA | Production | https://ca.degreed.com |
For further information see Degreed Developer Documentation: OAuth Base URLs and Parameters
Scopes
We recommend using the following scopes to run the workflows and user load:
users:read, users:write, opportunities:read, groups:read, skill_ratings:read
The list must use a comma-delimited data format.
Adding your credentials
To stream Degreed data into Oomnitza, add the credentials that you obtained to Oomnitza:
- In Oomnitza, click Configuration > Security > Credentials.
- Click Add new credential (+).
- Search for the integration, and then click the forward arrow > to select the integration.
- Enter your client credentials and any other additional information.
- Click Authenticate. You are prompted to log in to authorize your request.
- Click CREATE.
- Add the information details.
- Click the AUTHORIZATION tab.
- Ensure that OAuth 2.0 is selected as the Authorization type.
- Ensure that Degreed is selected from the SaaS list.
- Enter your Client ID, Client Secret, Base URL and Scopes. Enter the full Base URL following the format in the table above.
- Click Authenticate.
- You will be prompted to sign in to your Degreed account.
- Click Accept to allow your app to access data in your Degreed account.
- Click Create.
Comments
0 comments
Please sign in to leave a comment.