Questions tagged [azure-keyvault]

Microsoft Azure Key Vault is an innovative cloud-based solution for securely managing encryption keys and storing confidential information. It provides a centralized platform for applications to encrypt or decrypt data, using highly secure hardware security modules (HSM), as well as store and retrieve sensitive secrets in a protected environment.

Retrieve Hidden Information from Azure Key Vault using Node.js

I'm looking to retrieve the list of users from the Azure active directory. The client has set up a Graph API application but is hesitant to share the client secret, opting instead to use Key Vault for security. How can I access the key required to fetch th ...