Service now authentication with AAD using OIDC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2023 05:14 AM
My goal is to be able to authenticate to Service now without storing any secrets.
I'm trying to authenticate an AAD application with Service now instance using OIDC (Service to service authentication).
I understand that I should get AAD token, and then exchange it for a Service now token. is it right?
However, I don't find any detailed documentation describing how to configure the application registry in Service now and the application registration in Azure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 10:47 AM
Did you find any further details on this topic? I'm facing a similar situation.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 09:18 PM
You can configure an OAuth OIDC provider to accept identity tokens generated by a third-party OIDC provider using inbound API calls. Here is the product documentation.
Thanks,
Randheer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 10:48 AM
Did you find any useful resources or were you able to complete the configuration successfully? I'm facing the same situation.