How to integrate Splunk with ServiceNow using OAuth authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 11:41 PM
Hello all,
I have configured Splunk with ServiceNow currently with basic authentication but I want to reconfigure it using OAuth authentication, can anyone please help me understand how we can achieve it?
Any quick help is much appreciated.
Thanks,
Pranita Bahuguni
- Labels:
-
Event Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 07:48 AM
Hi Pranita,
Please check the community and document link and believe this might be helpful for you.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 12:27 AM
@Selva Arun Thankyou for your helpful answer. Truly appreciate your efforts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 05:50 AM
Hi Pranita,
Thank you for your kind words.
If you believe the solution provided has adequately addressed your query, could you please **'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 Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 08:11 AM
Hi @Pranita Bahugun ,
In this integration who is provider and who is consumer?
1. If ServiceNow instance is provider,
go to System OAuth-->Application Registry--> click new.
select Create an OAuth API endpoint for external clients
Provide unique name and save, Client ID and Client secret will be auto generated
Share this Client ID, Client secret, and service account details(User ID and password),token URL.(https://instancename.service-now.com/oauth_token.do)
2. If ServiceNow instance is consumer,
Ask your provider to Share the Client ID, Client secret, and service account details(User ID and password),token URL.
And configure below steps
go to System OAuth-->Application Registry--> click new.
Select Connect to a third party OAuth Provider
Fill the below details shared by your provider, name of your choice, Client ID, Client secret and token URL shared by your provider.
Please mark this solution as helpful/accepted! If it resolves your issue
Best Regards,
Pooja