To test Postman against a Starling Connect connector:
1. Log into the Starling Connect platform:
a. Connect.Cloud.Oneidentity.com
2. Under the "
Active Connectors" section, for the Connector to test click "
Copy SCIM" | "
SCIM URL".
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_00.png)
3. Open Postman and paste the URL into the "
Enter URL or paste text" field by "
GET", and add "
/resourcetypes/" to the end of the URL.
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_01.png)
4. Still in Postman, select the "
Authorization" tab and change the "
Auth Type" to "
Oauth 2.0" and the "
Add Authorization data to" field to "
Request Headers"
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_02.png)
5. Scroll down in the "
Authorization" tab, and under the "
Configure New Token" change the "
Grant Type" to "
Client Credentials"
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_03.png)
6. Back in the Connect portal, locate the "
SCIM Token Endpoint URL" field (on the right-hand side of the page) and click "
COPY"
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_04.png)
7. Back in Postman, paste the copied "
SCIM Token Endpoint URL" into the "
Access Token URL" field.
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_05.png)
8. Back on the Connect page, now click "
COPY" for the "
SCIM Client ID"
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_06.png)
9. Back in Postman, paste the copied "
SCIM Client ID" into the "
Client ID" field.
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_07.png)
10. Back in the Connect portal, now click "
COPY" for the "
SCIM Client Secret"
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_08.png)
11. In Postman, paste the copied "
SCIM Client Secret" into the "
Client Secret" field.
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_09.png)
12. Ensure the "
Client Authentication" field is set to "
Send as Basic Auth Header" before scrolling down to click "
Get New Access Token"
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_10.png)
13. A popup should appear indicating success
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_11.png)
14. In the "
Manage Access Tokens" popup, click the "
Use Token" button
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_12.png)
15. Click "
Send" by the URL.
16. Ensure that the Status returned "
200 OK" and view the "
Body" data returned.
![](https://prod-support-images-cfm.s3.amazonaws.com/KB_kA0RP0000001zUT0AY_13.png)