- 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
02-10-2023 04:34 AM
Hello @nguyenkimdat ,
Did you go through the below article
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0778342
Thank you,
Omkar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 04:50 AM
I had followed every steps and it worked fine, but one token can only be used once. So I dont know it's a feature or there 's any configuration I dont know
- 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:16 PM
Did you ever get this working?