Skip to content

Commit aeab243

Browse files
author
Tiago Brenck
committed
Typos and broken link
1 parent 5591313 commit aeab243

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

1-WebApp-OIDC/1-2-AnyOrg/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This sample shows how to build a .NET Core 2.2 MVC Web app that uses OpenID Conn
2121
![Sign in with Azure AD](ReadmeFiles/sign-in.png)
2222

2323
> 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)
2525
2626
## How to run this sample
2727

@@ -42,7 +42,7 @@ There is one project in this sample. To register it, you can:
4242
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
4343
```
4444
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
4646
4747
```PowerShell
4848
.\AppCreationScripts\Configure.ps1
@@ -69,7 +69,7 @@ As a first step you'll need to:
6969
1. When the **Register an application page** appears, enter your application's registration information:
7070
- In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `WebApp`.
7171
- 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.
7373
1. Select **Register** to create the application.
7474
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.
7575
1. In the list of pages for the app, select **Authentication**..

0 commit comments

Comments
 (0)