Share via

Web Application hosted in Azure DevOps .

Eyob Zeleke 6 Reputation points
2021-08-18T18:46:15.74+00:00

I have a web application (.net framework) hosted in Azure DevOps. Trying to add code to authorize some pages based on what Azure Roles the user belongs to. In the non-cloud Activie Directory, I used to use MicrosoftIdentity to do this task. Any leads would be awesome. Thanks.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
Developer technologies | ASP.NET Core | Other

1 answer

Sort by: Most helpful
  1. Cristian SPIRIDON 4,486 Reputation points Volunteer Moderator
    2021-08-18T19:51:17.11+00:00

    Hi,

    You can start from here.
    In addition, you can use groups for authorization. There are some code samples links in above documentation.

    Hope this helps.

    Was this answer helpful?


Your answer

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