Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
67 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 ...
Ronan Fauglas's user avatar
0 votes
0 answers
82 views

I have a requirement to enhance the user where I want to prefill the username in password reset flow when user is clicking the Forgot password option. I am using custom policies where user enter ...
Sachin's user avatar
  • 591
0 votes
2 answers
133 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 --...
Mr Neptune's user avatar
0 votes
0 answers
51 views

I have a .NET 8 Blazor solution. In the server project, I added some Minimal APIs protected with individual accounts (just using the Visual Studio template). For example: public static void ...
Enrico's user avatar
  • 6,942
0 votes
0 answers
137 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 ...
Nitin Rathod's user avatar
2 votes
0 answers
92 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 ...
LucianoFCastillo's user avatar
1 vote
0 answers
143 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 ...
Mabbus's user avatar
  • 72
0 votes
2 answers
468 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 ...
Nic Bolton's user avatar
0 votes
0 answers
292 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. ...
Stephan Steiner's user avatar
-1 votes
1 answer
2k 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 ...
KristianMedK's user avatar
  • 1,869
0 votes
2 answers
232 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 ...
StanSm789's user avatar
1 vote
1 answer
155 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. ...
Nitesh's user avatar
  • 2,353
0 votes
0 answers
261 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 ...
Mad Druid's user avatar
  • 107
1 vote
1 answer
343 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 ...
kas's user avatar
  • 11
0 votes
0 answers
42 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? ...
user25604856's user avatar

15 30 50 per page
1
2 3 4 5
23