We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b9f76 commit b406902Copy full SHA for b406902
articles/active-directory/develop/includes/console-app/quickstart-netcore.md
@@ -85,7 +85,6 @@ This project can be run in either Visual Studio or Visual Studio for Mac and can
85
86
In the code:
87
- `Enter_the_Application_Id_Here` is the application (client) ID for the registered application.
88
- To find the values for the application (client) ID and the directory (tenant) ID, go to the app's **Overview** page in the Azure portal.
89
- Replace `Enter_the_Tenant_Id_Here` with the tenant ID or tenant name (for example, `contoso.microsoft.com`).
90
- Replace `Enter_the_Client_Secret_Here` with the client secret that you created in step 1.
91
To generate a new key, go to the **Certificates & secrets** page.
0 commit comments