We are planning to use azure key vault for securing database connection string other secrets e.g. Azure AD application secret and client ID.
But while fetching this values from key-vault we need to provide Azure AD client id and secret to API and we end up setting these values in application.json file.
What is best way to store secure Azure AD clientID and secret in Azure Key-vault? I know we can create separate AD Application and utilize that but I want to avoid creating new application.