OAuth authentication using Microsoft Azure Oauth details for ServiceNow - 3rd Party Integration

Pranita Bahugun
Tera Contributor

Hello team,

I have a below scenario:

If client doesn't want to use OAuth from ServiceNow and wants ServiceNow to connect with 3rd Party tool via the OAuth creds created in Microsoft Azure. How can we make this possible? That means OAuth authentication should happen via Microsoft Azure for ServiceNow and Other 3rd party tool integration. 

 

Please let me know if anyone of you have configured in this scenario.

Any quick help is much appreciated.

 

Thanks,

Pranita Bahuguni

10 REPLIES 10

Hi Pranita - Did you figure this out ?

 

 

@SS6 I am trying to implement this solution as soon as i get the correct approach will definitely post it in detail.

Appreciate it. thank you.

Hi @SS6 ,

We took a different approach, we used Push Connector to connect to third party monitoring tool and for authentication we used API Key(MID Web Server API Key).

 

Thanks,

Pranita Bahuguni

Hi Pranita,

 

You need to create only one record under Application registry:

 

  1. Go to Application Registry in ServiceNow.
  2. Click New, then select Connect to an OAuth Provider.
  3. create a custom one.
  4. Enter the Client ID and Client Secret from the Microsoft Azure.
  5. Enter the redirect URL(leave as it as, as ServiceNow automatically populates it) , AUthoriztion URL and token URL as per the Microsoft Azure API and save the record.

This is ready for setting up the outbound request.

 

If you believe the solution provided has adequately addressed your query, could you please **mark it as 'Helpful'** and **'Accept it as a Solution'**? This will help other community members who might have the same question find the answer more easily.

 

Thank you for your consideration.

 Selva