A more secure way to use key vault
问题 Usually when you use key vault to encrypt and decrypt data you have to keep your AD registered app's (that has the authorization to access key vault) ClientID and ClientSecret in plain text somewhere. This seems like a security problem if someone steals the the ClientID and Secret anyone can claim they are the registered app. Is there or can there be a more secure approach? 回答1: You can use a certificate to authenticate instead of a secret. There are three things you need to do for this