Skip to content

Commit 0a59871

Browse files
Merge pull request #210237 from yihezkel/patch-2
Fixes
2 parents 512ec7c + ec1fa33 commit 0a59871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/configure-authentication-provider-aad.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To register the app, perform the following steps:
6767
1. (Optional) Select **Branding**. In **Home page URL**, enter the URL of your App Service app and select **Save**.
6868
1. Select **Expose an API**, and click **Set** next to "Application ID URI". This value uniquely identifies the application when it is used as a resource, allowing tokens to be requested that grant access. It is used as a prefix for scopes you create.
6969

70-
For a single-tenant app, you can use the default value, which is in the form the form `api://<application-client-id>`. You can also specify a more readable URI like `https://contoso.com/api` based on one of the verified domains for your tenant. For a multi-tenant app, you must provide a custom URI. To learn more about accepted formats for App ID URIs, see the [app registrations best practices reference](../active-directory/develop/security-best-practices-for-app-registration.md#application-id-uri).
70+
For a single-tenant app, you can use the default value, which is in the form `api://<application-client-id>`. You can also specify a more readable URI like `https://contoso.com/api` based on one of the verified domains for your tenant. For a multi-tenant app, you must provide a custom URI. To learn more about accepted formats for App ID URIs, see the [app registrations best practices reference](../active-directory/develop/security-best-practices-for-app-registration.md#application-id-uri).
7171

7272
The value is automatically saved.
7373

@@ -168,4 +168,4 @@ Regardless of the configuration you use to set up authentication, the following
168168
* [Tutorial: Authenticate and authorize users end-to-end in Azure App Service](tutorial-auth-aad.md)
169169
<!-- URLs. -->
170170

171-
[Azure portal]: https://portal.azure.com/
171+
[Azure portal]: https://portal.azure.com/

0 commit comments

Comments
 (0)