Hello,
Could anyone please tell me any valid way to secure an Azure AD application that is operated via client_credentials flow?
Is there any way to restrict access by IP?
I store my credentials in Azure Key Vault. But if the credentials were stolen, at least an IP restriction policy for the applicaion could help a bit.
Thanks in advance!