Skip to content

Commit 8dd1417

Browse files
committed
picture
1 parent cc977eb commit 8dd1417

File tree

2 files changed

+4845
-1
lines changed

2 files changed

+4845
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ endpoint: AAD v2.0
1717

1818
In this tutorial, you will learn, incrementally, how to add sign-in users to your Web App, and how to call Web APIs, either from Microsoft or your own. Finally, you'll learn best practices and how to deploy your app to Azure
1919

20-
![Tutorial Overview](./ReadmeFiles/Tutorial-overview.svg)
20+
![Tutorial Overview](./ReadmeFiles/aspnetcore-webapp-tutorial.svg)
21+
22+
<iframe>
23+
<img src="./ReadmeFiles/aspnetcore-webapp-tutorial.svg">
24+
</iframe>
2125

2226
1. The first phase is to [add sign-in to your Web App](1-WebApp-OIDC) 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.
2327

0 commit comments

Comments
 (0)