The Zurich release has arrived! Interested in new features and functionalities? Click here for more

JWT in REST integrations

Aswathy4
Mega Expert

Hi All,

How to use JWT  authentication in REST integrations when integrating ServiceNow with third party applications?

Can you help me with an example for learning the same.

Regards,

Aswathy 

6 REPLIES 6

Yes, the JWT is stored as an oauth profile. Doing the calls via a scheduled job is added complexity as you'll need to manage the token life so it doesn't expire. Setting up oAuth JWT

Set up OAuth provider with JWT Bearer grant type (servicenow.com)

Hi @Kieran Anson Can you provide some guide similar for inbound, facing issues in generating assertion tokens, currently following this doc  But missing steps for generating assertion token?