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

74
74
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):
2.[with Azure AD groups](./5-WebApp-AuthZ/5-2-Groups)
79
79
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:
81
81
82
82
1. Changing the app registration to add more ReplyUris
0 commit comments