Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accessing Key vault in Azure active directory App registration

Is there a way to connect an Azure Active Directory application to a key vault to access a certificate rather than uploading the certificate file in the Certificate & Secrets section in the Azure portal?

like image 256
tumblewood Avatar asked Oct 31 '25 16:10

tumblewood


1 Answers

No. A certificate credential in AAD always has the public key in the Application/Service principal object. There is no way to refer to a certificate in Key Vault.

like image 118
juunas Avatar answered Nov 02 '25 11:11

juunas