Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
1 answer
82 views

I want to access some shared Mailbox using the Microsoft Graph API. The user consent is triggered in a React application, that gets the delegated access token. This token is handed over to a spring ...
Score of 0
2 answers
183 views

I am using Entity Framework to redo our ancient internal auth system and have ran into an issue where running dotnet ef database update is running the wrong migrations... When I run with the --...
Score of 0
0 answers
168 views

Below is my code and I want a way to copy URL and Device code into a variable so that I can use selenium to log in to the browser and use the code to authenticate. Only challenge here is I am not able ...
Score of 2
0 answers
97 views

I created a project in Visual Studio using Microsoft Identity, but only the API with bearer token authentication, without any UI. I want to modify the default endpoints that come with it. Because of ...
Score of 1
0 answers
183 views

I am converting a website to .NET Core, and switching nuget for authorization to Microsoft.AspNetCore.Authentication.OpenIdConnect. We use Azure b2c to handle login for website users. We also use the ...
Score of 0
2 answers
538 views

I have a Blazor web app with .NET 8. I am trying to configure the app so that certain pages route users to the login page. I have it working, except that the redirect only happens when I reload the ...
Score of 0
0 answers
411 views

I would like to programmatically manage Teams Devices. E.g. run a script like this that manages configuration profiles. The way to run this is catch the access token from the browser's dev tools. ...
Score of -1
1 answer
2152 views

I've been implementing keycloak as my authorization server, and most of it works as expected, however i'm a bit stumbed by the Microsoft identity provider. I may be misunderstanding a core cencept ...
Score of 0
2 answers
293 views

I have an ASP.NET Core MVC app using the Microsoft Identity Platform for authentication, currently set up for multi-tenancy with one app registration. I want to extend this to support two separate app ...
Score of 1
1 answer
166 views

I am writing an Excel Web Add-in that asks the user to login and calls a Web API for generating the access token. I have been successfully able to login using Microsoft and the add-in is working fine. ...
Score of 0
0 answers
284 views

I'm using OpenAPI Generator (7.8.0-SNAPSHOT with RestSharp library) to generate a C# client for a rest api deployed on Azure that is using OAuth to grant access and authorizations. Now the ...
Score of 1
1 answer
383 views

I have a problem with the login and don't know what to do. I'm pretty sure it has to do with my program.cs: using MudBlazor.Services; using Microsoft.AspNetCore.Authentication.OpenIdConnect; using ...
Score of 0
0 answers
52 views

I'm using EntityFrameworkCore 8.0.6 and Microsoft.Identity.Core 8.0.6. I have a extended the models for user and roles public class Role : IdentityRole<int> { ... public string? ...
Score of 0
0 answers
151 views

I have a Blazor Server app that's written in .NET 6 that will sporadically enter a login loop and eventually fail to log the user in and send them to the Microsoft challenge page, but refuse to allow ...
Score of 1
1 answer
1630 views

I am implementing Microsoft.Identity Login in my web app to allow any organization users (outside my Tenant Id) to login. The configuration in my appsettings.json is as below. "AzureAd": { ...

15 30 50 per page
1
2 3 4 5
…
23