How to secure an Azure AD Application?

Nikita Krivets 496 Reputation points
2021-04-22T14:23:49.537+00:00

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!

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,432 questions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 119.6K Reputation points MVP Volunteer Moderator
    2021-04-22T18:10:48.607+00:00

    That's all on the roadmap. For the time being, pray :D Or use certificate instead, as you can restrict the use of the private key to specific machines only.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. James Hamil 27,216 Reputation points Microsoft Employee Moderator
    2021-04-22T18:37:21.287+00:00

    Hi @Nikita Krivets , I can't speak on the roadmap but I concur with @Vasil Michev about using a certificate. Thanks for your help @Vasil Michev !

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.