MsalServiceException: AADSTS500011: The resource principal named https://graph.microsoft.com/v1.0 not found
Scope value = “https://graph.microsoft.com/.default” OR “https://graph.microsoft.com/beta”
Scope value = “https://graph.microsoft.com/.default” OR “https://graph.microsoft.com/beta”
i am having asp.net web application. i am migrating this application to azure and implementing Azure AD Authentication. AD authentication and Approle based authorization are working as expected. i am facing issue while signing-out from Application.
I am looking help for ASP.NET MVC application. Which authenticate single tenant azure active directory users and can authorize users using active directory security group. i.e. if user is part of that security group then only allow access to website otherwise access denied.
I have an ASP.NET Core 2.0 application setup that I want to use AzureAd for the authentication with my company’s directory. I have setup the classes and startup method and have the authentication piece working, the problem that I’m having is that I’m trying to setup and event handler to the OnAuthorizationCodeReceived event, so that I can request a user token that will then be used for Microsoft graph calls.
I’m building an MVC application with Azure Active Directory authentication. When I develop locally I would like to be able to sign-in for testing/development purposes. And the app url is like http://localhost:43400. This is also encoded in the AD application in Sign-On Url and Reply Url.
I am attempting to write an ASP.NET application that uses a hybrid authentication scheme.
A user can either have his username and password hash stored in the UserStore, or he can authenticate via Azure Active Directory.