- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â05-13-2021 05:04 AM
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
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â05-13-2021 07:48 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â09-05-2022 07:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-04-2023 11:54 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â10-25-2023 04:43 AM
Hi @veeresh22 , i have a similar requirement for discovery, did you get any solution for this ?