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
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
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*.
45
45
46
46
#### Option 2: Create the sample from the command line
47
47
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:
49
49
```console
50
50
dotnet new mvc --auth SingleOrg --client-id <Enter_the_Application_Id_here>
0 commit comments