Skip to content

Commit

Permalink
Updating the README.md which was still referencing things to come, wh…
Browse files Browse the repository at this point in the history
…ereas they were done already
  • Loading branch information
jmprieur committed Jul 29, 2019
1 parent 39f1462 commit 0e0db26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
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.
1. If you are an ISV, you'll want to [sign-in users in any organization](./1-WebApp-OIDC/1-2-AnyOrg), still with their work or school accounts.
1. If you are an ISV targetting both organizations and individuals, you'll want to [sign-in users with their work and school accounts or Microsoft personal accounts](./1-WebApp-OIDC/1-3-AnyOrgOrPersonal).
1. LOB developer or ISV, if you target organizations (work or school accounts), you can also enable your application to sign-in users in [**in progress**] [national and sovereign clouds](./1-WebApp-OIDC/1-4-Sovereign).
1. If you are a business wanting to connect with your customers, or with small business partners, you might also want to [**coming soon**] [sign-in users with their social identities](./1-WebApp-OIDC/1-5-B2C) using Microsoft Azure AD B2C.
1. LOB developer or ISV, if you target organizations (work or school accounts), you can also enable your application to sign-in users in [national and sovereign clouds](./1-WebApp-OIDC/1-4-Sovereign).
1. If you are a business wanting to connect with your customers, or with small business partners, you might also want to [sign-in users with their social identities](./1-WebApp-OIDC/1-5-B2C) using Microsoft Azure AD B2C.
1. Finally, you'll want to let users [sign-out](./1-WebApp-OIDC/1-6-SignOut) of our application, or globally of the browser.

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.
Expand All @@ -68,16 +68,16 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
1. the Azure Storage API. This is the opportunity to learn about incremental consent, and conditional access, and how to process them.
2. the Azure ARM API. This is the opportunity to learn about admin consent.

4. [Planned] [**coming soon**] Then you might yourself have written a Web API, and want to call it from your Web App.
4. Then you might yourself have written a Web API, and want to call it from your Web App.

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

5. [Planned] [**in progress*] 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):
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):

1. [with application roles](./5-WebApp-AuthZ/5-1-Roles)
2. [with Azure AD groups](./5-WebApp-AuthZ/5-2-Groups)

6. [Planned][**coming soon**] Chances are that you want to [deploy your complete app to Azure](./6-Deploy-to-Azure). Learn how to do that, applying best practices:
6. [Planned] Chances are that you want to [deploy your complete app to Azure](./6-Deploy-to-Azure). Learn how to do that, applying best practices:

1. Changing the app registration to add more ReplyUris
2. Using certificates instead of client secrets
Expand Down

0 comments on commit 0e0db26

Please sign in to comment.