Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ServiceNow and Azure KeyVault

karsrao
Kilo Guru

We are trying to use Azure KeyVault as a possible solution store secret. However i couldn't find or understand the best approach  to authenticate a Azure KeyVault, basically is it as simple as using service principal or requires similar setup to CyberArk (where we have jar files in Mid-Server) .i.e may custom jar files.

Appreciate any input if anyone has managed to successfully use Azure KeyVault and integrate with ServiceNow

1 ACCEPTED SOLUTION

karsrao
Kilo Guru

We got it working using client credential flow, had trouble finding the scope name, fyi use "https://vault.azure.net/.default" and ensure the app registered has right privilege's in Azure keyVault to get secret and ensure vault uses rbac policy

 

hth

View solution in original post

7 REPLIES 7

Hi Clarkie Use case was for REST based API integration only Thank you Karthik

veeresh22
Tera Contributor

Hi @karsrao , I am working on using Azure vault as external vault for ServiceNow discovery and Orchestration, could you please share any resources/guidance to carryout this Integration.

 

In particular I need help in configuring JAR file 

Thank you

DagarB
Tera Contributor

Hi @veeresh22 , i have a similar requirement for discovery, did you get any solution for this ?