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.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,252 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,457 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Cristian SPIRIDON 4,471 Reputation points
    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.