- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2025 06:07 AM
Hello - I am trying to follow the following guide:
SCIM Provisioning from Microsoft Entra ID - Page 2 - ServiceNow Community
Was going well until I got to - Configure Microsoft Entra ID
10. Fill in the "Tenant URL" in the form "https://<instancename>.service-now.com/api/now/scim" Note the use of the SCIM API url here!
11. Then we need to fill in the "Secret Token". To Bearer Token / Access Code using the instructions below.
12. Click on "Test Credentials" and if it returns successful, click on Save.
so for Step 11 there are separate instruction which i follow. However, when I run the curl command at the Command prompt, I get the following generic response:
{"error_description":"access_denied","error":"server_error"}
I have tried many different things but I always get the same response
Any help would be greatly appreciated !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 08:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 08:28 AM
User error ! Finally got my token - I hate curl !
Thanks