Skip to content

Commit 0e0db26

Browse files
committed
Updating the README.md which was still referencing things to come, whereas they were done already
1 parent 39f1462 commit 0e0db26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
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.
4545
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.
4646
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).
47-
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).
48-
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.
47+
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).
48+
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.
4949
1. Finally, you'll want to let users [sign-out](./1-WebApp-OIDC/1-6-SignOut) of our application, or globally of the browser.
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.
@@ -68,16 +68,16 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
6868
1. the Azure Storage API. This is the opportunity to learn about incremental consent, and conditional access, and how to process them.
6969
2. the Azure ARM API. This is the opportunity to learn about admin consent.
7070

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

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

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

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

80-
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:
80+
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:
8181

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

0 commit comments

Comments
 (0)