Skip to content

Commit 654d45a

Browse files
rwike77jmprieur
authored andcommitted
YAML updates for samples browser (#145)
1 parent ae80827 commit 654d45a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

1-WebApp-OIDC/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,24 @@ level: 200
66
client: ASP.NET Core .Web App
77
service: Microsoft Graph, Azure Storage, ASP.NET Core Web API
88
endpoint: Microsoft identity platform
9+
page_type: sample
10+
languages:
11+
- csharp
12+
products:
13+
- azure
14+
- azure-active-directory
15+
- dotnet
16+
- office-ms-graph
17+
- aspnet-core
18+
- azure-storage
919
---
1020
[![Build status](https://identitydivision.visualstudio.com/IDDP/_apis/build/status/AAD%20Samples/.NET%20client%20samples/ASP.NET%20Core%20Web%20App%20tutorial)](https://identitydivision.visualstudio.com/IDDP/_build/latest?definitionId=819)
1121

1222
# Tutorial Phase - Enable your Web Apps to sign-in users
1323

1424
## Scope of this phase
1525

16-
In this phase of the tutorial, you will learn, how to add sign-in users to your Web App, leveraging the Microsoft identity platform for developers (fomerly Azure AD v2.0). You'll learn how to use the ASP.NET Core OpenID Connect (OIDC) middleware itself leveraging [Microsoft Identity Model extensions for .NET](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/wiki) to protect your Web App.
26+
In this phase of the tutorial, you will learn, how to add sign-in users to your Web App, leveraging the Microsoft identity platform. You'll learn how to use the ASP.NET Core OpenID Connect (OIDC) middleware itself leveraging [Microsoft Identity Model extensions for .NET](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/wiki) to protect your Web App.
1727

1828
<img src="../ReadmeFiles/sign-in-audiences.png" width="50%"/>
1929

0 commit comments

Comments
 (0)