Skip to content

Commit 1e12a72

Browse files
authored
Updating the "coming soon", and fixing a few links
1 parent cc977eb commit 1e12a72

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
2727
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.
2828
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.
2929
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).
30-
1. LOB developer or ISV, if you target organizations (work or school accounts), you can also enable your application to sign-in users in [**coming soon**] [national and sovereign clouds](./1-WebApp-OIDC/1-4-Sovereign).
30+
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).
3131
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.
32-
1. Finally, you'll want to let users [**coming soon**] [sign-out](./1-WebApp-OIDC/1-6-SignOut) of our application, or globally of the browser.
32+
1. Finally, you'll want to let users [sign-out](./1-WebApp-OIDC/1-6-SignOut) of our application, or globally of the browser.
3333

3434
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.
3535

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

4747
![Web apps calls Microsoft APIs](./ReadmeFiles/web-app-calls-microsoft-apis.svg)
4848

49-
Learn how [**in-progress**] [call several Microsoft APIS](./3-WebApp-multi-APIs), feature conditional access and claims challenge:
49+
Learn how to [call several Microsoft APIS](./3-WebApp-multi-APIs), feature conditional access and claims challenge:
5050

5151
1. the Azure Storage API. This is the opportunity to learn about incremental consent, and conditional access, and how to process them.
5252
2. the Azure ARM API. This is the opportunity to learn about admin consent.
@@ -55,10 +55,10 @@ In this tutorial, you will learn, incrementally, how to add sign-in users to you
5555

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

58-
5. [Planned] [**coming soon**] 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-Auth):
58+
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):
5959

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

6363
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:
6464

0 commit comments

Comments
 (0)