Skip to content

Commit b2c34d5

Browse files
committed
clickable image
1 parent db365ef commit b2c34d5

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See [5-WebApp-AuthZ](../5-WebApp-AuthZ)

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ 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/aspnetcore-webapp-tutorial.svg)
21-
22-
<iframe>
23-
<img src="./ReadmeFiles/aspnetcore-webapp-tutorial.svg">
24-
</iframe>
20+
[![Tutorial Overview](./ReadmeFiles/aspnetcore-webapp-tutorial.svg)](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/raw/master/ReadmeFiles/aspnetcore-webapp-tutorial.svg?sanitize=true)
2521

2622
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.
2723

0 commit comments

Comments
 (0)