AD Integration Azure-Non Prod Issue

Balakrishna_ABK
Tera Guru

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 ? 

1 ACCEPTED SOLUTION

Tai Vu
Kilo Patron
Kilo Patron

Hi @Balakrishna_ABK 

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

View solution in original post

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Balakrishna_ABK 

 

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]

****************************************************************************************************************

Tai Vu
Kilo Patron
Kilo Patron

Hi @Balakrishna_ABK 

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

Hi @Tai Vu , thanks for your reply, also please confirm me which option to prefer SAML based or Oauth based authentication ?

Hi @Balakrishna_ABK 

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