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: 1-WebApp-OIDC/1-2-AnyOrg/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This sample shows how to build a .NET Core 2.2 MVC Web app that uses OpenID Conn
21
21

22
22
23
23
> This is the second chapter of the first phase of this ASP.NET Core Web App tutorial. Once you understand how to sign-in users in an ASP.NET Core Web App with Open Id Connect, can learn how to enable your [Web App to call a Web API on behalf of the signed-in user](../../2-WebApp-graph-user) in a later chapter.
24
-
> You can also sign-in users in your own Azure Active Directory organizations, and even with Microsoft personal accounts or social identities. For more details the parent directory's [Readme.md](../Readme.md)
24
+
> You can also sign-in users in your own Azure Active Directory organizations, and even with Microsoft personal accounts or social identities. For more details the parent directory's [Readme.md](../README.md)
25
25
26
26
## How to run this sample
27
27
@@ -42,7 +42,7 @@ There is one project in this sample. To register it, you can:
42
42
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
43
43
```
44
44
45
-
3. Run the script to create your Azure AD application and configure the code of the sample application accordinly
45
+
3. Run the script to create your Azure AD application and configure the code of the sample application accordingly
46
46
47
47
```PowerShell
48
48
.\AppCreationScripts\Configure.ps1
@@ -69,7 +69,7 @@ As a first step you'll need to:
69
69
1. When the **Register an application page** appears, enter your application's registration information:
70
70
- In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `WebApp`.
71
71
- In the **Supported account types** section, select **Accounts in any organizational directory**.
72
-
> Note that there are more than one redirect URIs. You'll need to add them from the **Authentication** tab later after the app has been created succesfully.
72
+
> Note that there are more than one redirect URIs. You'll need to add them from the **Authentication** tab later after the app has been created successfully.
73
73
1. Select **Register** to create the application.
74
74
1. On the app **Overview** page, find the **Application (client) ID** value and record it for later. You'll need it to configure the Visual Studio configuration file for this project.
75
75
1. In the list of pages for the app, select **Authentication**..
0 commit comments