You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
38
38
39
39
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.
Depending on your business needs, you have the flexibility to decide which audience to sign-in to your application:
44
44
1. If you are a Line of Business (LOB) developer, you'll want to [sign-in users in your organization](./1-WebApp-OIDC/1-1-MyOrg) with their work or school accounts.
@@ -50,7 +50,7 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
50
50
51
51
2. Your Web App might maintain its own resources (in that case you have all you need so far), but it could also be that it calls Microsoft APIs.
52
52
53
-

53
+

54
54
55
55
Learn how to update your Web App to [call Microsoft Graph](2-WebApp-graph-user):
56
56
@@ -61,7 +61,7 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
61
61
62
62
3. Your Web App might also want to call other Web APIs than Microsoft Graph.
63
63
64
-

64
+

65
65
66
66
Learn how to [call several Microsoft APIS](./3-WebApp-multi-APIs), feature conditional access and claims challenge:
67
67
@@ -70,7 +70,7 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
70
70
71
71
4. Then you might yourself have written a Web API, and want to call it from your Web App.
72
72
73
-

73
+

74
74
75
75
5. Once you know how to sign-in users and call Web APIs from your Web App, you might want to restrict part of the application depending on the user having a role in the application or belonging to a group. So far you've learnt how to add and process authentication. Now learn how to [add authorization to your Web application](./5-WebApp-AuthZ):
0 commit comments