- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 09:28 PM
We are trying AD Integration but customer don't have lower instance of Azure. Is it ok if we integrate ServiceNow Dev with Azure Prod for initial testing. Any better solution ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 02:58 AM
It would be fine if we're only implementing GET methods to import data from Azure to ServiceNow.
However, if there are plans to perform create, update, or delete actions from ServiceNow to interact with Azure, it could potentially affect Azure's daily operations.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 01:07 AM
It is not much recommended, as in prod there are actual data, which might be confidential and we don't dev team to see or access.
This is only major concern, if customer is okay with this. then yu can do integration with dev - prod.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 02:58 AM
It would be fine if we're only implementing GET methods to import data from Azure to ServiceNow.
However, if there are plans to perform create, update, or delete actions from ServiceNow to interact with Azure, it could potentially affect Azure's daily operations.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 01:51 AM
Hi @Tai Vu , thanks for your reply, also please confirm me which option to prefer SAML based or Oauth based authentication ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 09:21 PM
Unless specific actions from the API requests require user identity for authorization, in most cases, OAuth is my preferred choice for authentication due to its flexibility and granular control over resource access.
Since what you're planning to do with the ServiceNow and Azure integration, including retrieving data (GET requests). OAuth should suffice for your implementation.
Cheers,
Tai Vu