Skip to content

Commit 8bc8321

Browse files
authored
Fixes #3
Fixes #3 where we wrongly proposed to create the app with a MultiOrg template (in this case since we want an AAD V2 application and the template only creates AAD V1 application, it's simpler to start from a SingleOrg template
1 parent 9337a3c commit 8bc8321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ You can clone this sample from your shell or command line:
4141
git clone https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect-aspnetcore.git
4242
```
4343

44-
In the **appsettings.json** file, replace the `ClientID` value with the *Applicaiton ID* from the application you just registered in Application Registration portal on *Step 1*.
44+
In the **appsettings.json** file, replace the `ClientID` value with the *Application ID* from the application you just registered in Application Registration portal on *Step 1*.
4545

4646
#### Option 2: Create the sample from the command line
4747

48-
1. Run the following command to create a sample from the command line using the `MultiOrg` template:
48+
1. Run the following command to create a sample from the command line using the `SingleOrg` template:
4949
```console
5050
dotnet new mvc --auth SingleOrg --client-id <Enter_the_Application_Id_here>
5151
```

0 commit comments

Comments
 (0)