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

vinod9
Tera Expert

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.

@Ankur Bawiskar 

@Harish KM 

@Aman Kumar 

3 REPLIES 3

Kieran Anson
Kilo Patron

Have you created your own jamf integration or using the provided Service Graph API?

@Kieran Anson  provided service graph API!

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