Questions tagged [microsoft-identity-web]

111 questions
0
votes
1 answer

Sign in as another user using windows authentication

I am writing an intranet net core application that uses windows authentication. There has been a requirement for the administrator to be able to log in as another user to test the assigned roles and permissions of a particular user and the operation…
0
votes
2 answers

What is the best way to configure an application startup.cs to use both Azure AD and Azure B2C in .netcore? I am new to Identiy providers

What is the best way to configure an application startup.cs to use both Azure AD and Azure B2C in .netcore? I see a lot of referencing indictating to use only Azure B2C, but due to the circumstances I need to use both Identity providers separately…
-1
votes
1 answer

Bind multiple entries to Microsoft Identity Web Api

I am using Microsoft Identity Web api for my authorization and I am binding to an entry in my appsettings. Is it possible to bind to 2 entries as i use Azure AD & AzureADB2C as both intranet & internet application uses these…
-1
votes
1 answer

Azure AD auth - calling web api (multi-tenant) with organizations token fails

I have an ASP.NET Core web app that calls an ASP.NET Core web api and I'm using Azure AD with Microsoft.Identity.Web . Both have different app registrations in Azure AD and both are configured correctly (Both app registrations now each other, the…
-1
votes
1 answer

ASP.NET Core 3.1 Microsoft Graph Access Token lost when application is restarted

Using ASP.NET Core 3.1 and Microsoft Graph API, when the application is restarted the Access Token is lost. The user is still logged in, but is unable to perform any Graph API calls. I have tried the recommendations mentioned here Managing…
-2
votes
1 answer

Why does the official Microsoft tutorial have me push two copies of the same dotnet core app as the "frontend" and "backend"?

I'm pretty new to Azure, and I wanted to get familiar with using Azure AD auth as an authentication provider for a dotnet core web app. I followed this tutorial:…
eckza
  • 2,212
  • 3
  • 22
  • 28
1 2 3 4 5 6 7
8