- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
The owner of one the APIs that our servicenow instance consumes is asking us to share IP details because they are enabling IP Whitelisting at their end. Which IPs should I share? Where will I get that details from?
And wouldn't the IP depend on the user's location who is currently logged in which will definitely not be static and keep changing?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
If API is sending request to ServiceNow, they need to whitelist ServiceNow IPs that corresponds to 'The address to which your instance resolves' section.
If ServiceNow is initiating the request to API, use 'Source address used for integrations into customer network with NO VPN' as this is the typical setup used by Customers unless you have setup VPN tunnels.
If ServiceNow is initiating the request to API and you have built VPN tunnels for accessing ServiceNow instance, use 'Source address used for integrations into customer network with VPN'.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
not dependent on the location of the user logged into ServiceNow — it's about the network path from the ServiceNow instance to the external API.
-> it's the 1st Option since ServiceNow is consuming the external API and 3rd party team wants to know request is coming from which IP
-> This is the public IP address that your ServiceNow instance uses to make outbound calls without a VPN, which is typically how ServiceNow connects to external APIs unless you've set up a VPN tunnel.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
@Bhuvan
wrote:As per community guidelines, you can accept more than one answer as accepted solution.
Interesting, I didn't know that. But I'm unsure how to select multiple. It only shows me one option to select as "Accept as Solution"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
In all the responses you have received for the post, you will see below option
You can accept more than one answer as Accepted Solution if it helped you.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
To know the instance IP always better to login to your Now Support and grab it.
check these KBs
Finding the IP address information for your instance
IP address information - Access and Integration
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I replied to Bhuvan with a query. The question is still unanswered for now.