Azure AD Authentication with Custom Authorization in ASP.Net Core 6
I have implemented the Azure AD Authentication in ASP.Net Core 6 using the standard way and have used the [Authorize] attribute on top of the controller class. All these are working fine. builder.Services.AddMicrosoftIdentityWebApiAuthentication(builder.Configuration, "AzureAd"); Apart from the Authentication, I am trying to build the custom Authorization us