User Authentication to Vault using Azure Active Directory

Is it possible to integrate Vault with Azure Active Directory for User Authentication?
I need to grant access to Users who are part of O365 to access Vault.
I’m not able to find any documentation around it.

Thanks in Advance,
Sreekanth

Hi Sreekanth,

Yes, you can do it using the OIDC plugin, as detailed here: https://www.vaultproject.io/docs/auth/jwt_oidc_providers.html

Thanks Nick. Will try integrating using OIDC plugin.