Skip to content

Commit 99bb62f

Browse files
authored
Merge pull request #111401 from mattchenderson/eaaadv2
Adjusting language around AADv2 in App Service content
2 parents d5d886d + 7f4d7e9 commit 99bb62f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure Azure AD authentication
33
description: Learn how to configure Azure Active Directory authentication as an identity provider for your App Service or Azure Functions app.
44
ms.assetid: 6ec6a46c-bce4-47aa-b8a3-e133baef22eb
55
ms.topic: article
6-
ms.date: 09/03/2019
6+
ms.date: 04/14/2020
77
ms.custom: seodec18, fasttrack-edit
88
---
99

@@ -14,8 +14,7 @@ ms.custom: seodec18, fasttrack-edit
1414
This article shows you how to configure Azure App Service or Azure Functions to use Azure Active Directory (Azure AD) as an authentication provider.
1515

1616
> [!NOTE]
17-
> At this time, [Azure Active Directory v2.0](../active-directory/develop/v2-overview.md) (including [MSAL](../active-directory/develop/msal-overview.md)) is not supported for Azure App Service and Azure Functions. Please check back for updates.
18-
>
17+
> The express settings flow sets up an AAD V1 application registration. If you wish to use [Azure Active Directory v2.0](../active-directory/develop/v2-overview.md) (including [MSAL](../active-directory/develop/msal-overview.md)), please follow the [advanced configuration instructions](#advanced).
1918
2019
Follow these best practices when setting up your app and authentication:
2120

@@ -96,7 +95,7 @@ Perform the following steps:
9695
|Field|Description|
9796
|-|-|
9897
|Client ID| Use the **Application (client) ID** of the app registration. |
99-
|Issuer Url| Use `https://login.microsoftonline.com/<tenant-id>`, and replace *\<tenant-id>* with the **Directory (tenant) ID** of the app registration. This value is used to redirect users to the correct Azure AD tenant, as well as to download the appropriate metadata to determine the appropriate token signing keys and token issuer claim value for example. |
98+
|Issuer Url| Use `https://login.microsoftonline.com/<tenant-id>/v2.0`, and replace *\<tenant-id>* with the **Directory (tenant) ID** of the app registration. This value is used to redirect users to the correct Azure AD tenant, as well as to download the appropriate metadata to determine the appropriate token signing keys and token issuer claim value for example. The `/v2.0` section may be omitted for applications using AAD v1. |
10099
|Client Secret (Optional)| Use the client secret you generated in the app registration.|
101100
|Allowed Token Audiences| If this is a cloud or server app and you want to allow authentication tokens from a web app, add the **Application ID URI** of the web app here. The configured **Client ID** is *always* implicitly considered to be an allowed audience. |
102101

0 commit comments

Comments
 (0)