Posts

Showing posts with the label Azure Key Vault

Integrate Azure Key Vault with Spring Boot

Image
In this section, we will learn how to integrate Azure Key Vault with Springboot. A little bit of Background Azure Key Vault Azure Key Vault is a cloud service for securely storing and accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, or cryptographic keys. Key Vault service supports two types of containers: vaults and managed hardware security module(HSM) pools. Vaults support storing software and HSM-backed keys, secrets, and certificates. Managed HSM pools only support HSM-backed keys... More Info -  https://docs.microsoft.com/en-us/azure/key-vault/general/basic-concepts Azure Active Directory Azure Active Directory (Azure AD) is a cloud-based identity and access management service. This service helps your employees access external resources, such as Microsoft 365, the Azure portal, and thousands of other SaaS applications. Azure Active Directory also helps them access internal resources like apps on your c