Skip to content

Commit 49476ae

Browse files
author
Kalyan Krishna
committed
merge conflicts resolved
2 parents 5f0986c + a74abf9 commit 49476ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

4-WebApp-your-API/4-1-MyOrg/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ description: This sample demonstrates an ASP.NET Core Web App signing-in a user
2424
* [Troubleshooting](#troubleshooting)
2525
* [About the code](#about-the-code)
2626
* [How the code was created](#how-the-code-was-created)
27-
* [How to deploy this sample to Azure](#how-to-deploy-this-sample-to-azure)
27+
* [Deploy the sample](#deploy-the-sample)
2828
* [Next Steps](#next-steps)
2929
* [Contributing](#contributing)
3030
* [Learn More](#learn-more)
@@ -117,6 +117,7 @@ To manually register the apps, as a first step you'll need to:
117117
1. Under **Supported account types**, select **Accounts in this organizational directory only**
118118
1. Select **Register** to create the application.
119119
1. In the **Overview** blade, find and note the **Application (client) ID**. You use this value in your app's configuration file(s) later in your code.
120+
120121
1. In the app's registration screen, select the **Expose an API** blade to the left to open the page where you can publish the permission as an API for which client applications can obtain [access tokens](https://aka.ms/access-tokens) for. The first thing that we need to do is to declare the unique [resource](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-auth-code-flow) URI that the clients will be using to obtain access tokens for this API. To declare an resource URI(Application ID URI), follow the following steps:
121122
1. Select **Set** next to the **Application ID URI** to generate a URI that is unique for this app.
122123
1. For this sample, accept the proposed Application ID URI (`api://{clientId}`) by selecting **Save**. Read more about Application ID URI at [Validation differences by supported account types \(signInAudience\)](https://docs.microsoft.com/azure/active-directory/develop/supported-accounts-validation).

0 commit comments

Comments
 (0)