dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.58k stars 25.3k forks source link

sample using azure #29125

Open vijaykumaroutlook opened 1 year ago

vijaykumaroutlook commented 1 year ago

[Enter feedback here]

The sample code in this page is using Duende Identity Server. i am looking for a sample code which is using Azure AD as IDP. Is there any samples using Azure AD as IDP when a project is created using "Asp net core with Angular" template in Visual studio.

Thanks.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

vijaykumaroutlook commented 1 year ago

i want to integrate Azure AD authentication for project which is created using "Asp net core with Angular" template in Visual studio. i couldn't find any samples for the same. i can find sample for Anuglar client application as front end. This https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity-api-authorization?view=aspnetcore-6.0 page covers Authentication for SPA application created using "Asp net core with Angular" template. However it using Duende Identity Server.

can you help me in pointing out any samples/ or add another section how can integrate Azure AD authentication which will help me to integrate Azure AD authentication for project i created with Asp net core with Angular.

Thanks.