Skip to content

Commit ae80827

Browse files
authored
Update README.md
1 parent 0e0db26 commit ae80827

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
3838

3939
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.
4040

41-
![Web apps signs-in users](./ReadmeFiles/Web-app-signs-in-users.svg)
41+
![Web apps signs-in users](ReadmeFiles/Web-app-signs-in-users.svg)
4242

4343
Depending on your business needs, you have the flexibility to decide which audience to sign-in to your application:
4444
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
5050

5151
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.
5252

53-
![Web apps calls Microsoft Graph](./ReadmeFiles/Web-app-calls-Microsoft-Graph.svg)
53+
![Web apps calls Microsoft Graph](ReadmeFiles/Web-app-calls-Microsoft-Graph.svg)
5454

5555
Learn how to update your Web App to [call Microsoft Graph](2-WebApp-graph-user):
5656

@@ -61,7 +61,7 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
6161

6262
3. Your Web App might also want to call other Web APIs than Microsoft Graph.
6363

64-
![Web apps calls Microsoft APIs](./ReadmeFiles/web-app-calls-microsoft-apis.svg)
64+
![Web apps calls Microsoft APIs](ReadmeFiles/web-app-calls-microsoft-apis.svg)
6565

6666
Learn how to [call several Microsoft APIS](./3-WebApp-multi-APIs), feature conditional access and claims challenge:
6767

@@ -70,7 +70,7 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
7070

7171
4. Then you might yourself have written a Web API, and want to call it from your Web App.
7272

73-
![Web apps calls Microsoft APIs](./ReadmeFiles/web-app-calls-your-api.svg)
73+
![Web apps calls Microsoft APIs](ReadmeFiles/web-app-calls-your-api.svg)
7474

7575
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):
7676

0 commit comments

Comments
 (0)