JWT in REST integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2022 09:26 PM
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
- Labels:
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 09:30 AM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 12:32 AM
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?