we get the HAM data from JAMF to ServiceNow with the help RST API and it uses basic authentication(username and password), now the requirement is we have to convert as a bearer token in addition to credential
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2022 03:11 AM
Hello SN team
Can you please help me on below requirement!
We get the HAM data from JAMF to ServiceNow with the help RST API and it uses basic authentication(username and password), now the requirement is we have to convert as a bearer token in addition to credential.
How can we do it ? Please suggest.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2022 03:17 AM
Have you created your own jamf integration or using the provided Service Graph API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2022 03:19 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2022 03:58 AM
The graph connector already uses the bearer token authentication method.
Using the basic credentials, it makes a a pre-req call to the /uapi/auth/tokens to get the required token