- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 01:59 AM
I'm using OKTA Authentication to call API from ServiceNow.
Refer to this: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0858462
Everything went fine, but the problem is the token_id can only be used once. After the first call, it returns:
Is this what it should be? Can you explain this to me? Thanks!
Are there any other ways to configure this to work, to call ServiceNow API many times with one token_id?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 05:56 AM
Have you tried to uncheck the "Enable JTI claim verification" checkbox on the OIDC Provider configuration? From my understanding this ist what lets you use a token only once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 06:26 PM - edited 01-24-2024 06:26 PM
@nguyenkimdat Did you get this fixed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 06:53 PM
You can try the solution Christoph Hick mentioned above. It worked for me.