Service now authentication with AAD using OIDC

babrowns
Tera Contributor

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.

 

 

 

3 REPLIES 3

s_proskin
Tera Contributor

Did you find any further details on this topic?  I'm facing a similar situation.

Hi @s_proskin @babrowns 

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

 

 




s_proskin
Tera Contributor

Did you find any useful resources or were you able to complete the configuration successfully?  I'm facing the same situation.