microsoft-identity-platform Questions

1

I'm trying to authenticate against the Microsoft https://login.microsoftonline.com/oauth2/v2.0/authorize endpoint with enforcing MFA. Following the documentation this is done by adding the &amr...

1

Solved

Since https://www.nuget.org/packages/Microsoft.IdentityModel.JsonWebTokens is a 'newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality', but I didn't find some ...
Giorgio asked 27/2, 2024 at 9:37

2

Solved

I could be completely off basis here on how this works, but this is what I'm looking to achieve. In AAD I have an App Registration called backend-api that represents an HTTP API an App Registratio...

4

We have a NET Core 3.1 web application where users are authenticated in Azure AD with the Microsoft.Identity.Web package. We are calling the Microsoft Graph SDK on behalf of the signed in users as ...

3

Solved

I am implementing an Azure Active Directory in a .NET 5 API. I currently have this API perfectly running on .NET Core 2.2. This is the old working code: services.AddAuthentication(AzureADDefaults.B...

4

Solved

I have a web application that sends e-mails to users via Exchange Online (Office365) using MailKit and Basic Authentication. Our company is MS partner and therefor is obligated to turn off Basic Au...

1

I have an Azure AD App on my tenant that is configured to accept multiple tenants AND personal accounts. I follow the procedure to retrieve an AccessToken as explained here: https://learn.microsoft...

2

Some users are getting this error back when trying to sign in using Microsoft Sign In in order to access mail via MS Graph. I've had both corporate users and personal (Hotmail.com) users both showi...
Occiput asked 1/1, 2019 at 3:17

2

Solved

I have registered an app in Azure for Microsoft Identity platform. I configured it to allow MS Accounts (e.g. outlook.com) and have basically done everything in a few of the quickstarts online here...

2

I am using Microsoft.Identity.Web library to validate the token in my .Net Core Web API. public void ConfigureServices(IServiceCollection services) { ------------ services.AddAuthentication(JwtB...

2

Solved

What's the difference between the Microsoft identity platform and ASP.NET Core Identity? The former is mentioned in the latter's documentation, but it's not clear to me the difference between the ...
Condonation asked 29/4, 2020 at 18:39

5

Solved

I have a ASP.NET Core 3.1 project like this sample: Sign-in a user with the Microsoft Identity Platform in a WPF Desktop application and call an ASP.NET Core Web API. I'm using Identity web version...

1

I need a bit of help understanding which is the problem with Microsoft Identity Platform login on my cms (ASP.NET Webforms). It used to work without problems, last time I tried was maybe a month ag...
Gelya asked 2/1, 2021 at 18:21

1

Solved

I am not sure I completely understood the changes for Microsoft.Identity.Web but I was following an article (given by Microsoft here) Where it described how to change in startup services.AddAuthen...

0

Current Situation We built an Electron application that uses Web APIs guarded by Azure AD B2C. The authentication process happens as follows: User wants to log in Electron prepares the initial OID...
Liege asked 21/1, 2020 at 16:6
1

© 2022 - 2025 — McMap. All rights reserved.