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
Copy file name to clipboardExpand all lines: articles/app-service/includes/tutorial-set-up-app-service-authentication/after.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: CelesteDG
7
7
8
8
ms.service: app-service
9
9
ms.topic: include
10
-
ms.date: 03/12/2024
10
+
ms.date: 05/16/2024
11
11
ms.author: ryanwi
12
12
ms.reviewer: stsoneff
13
13
ms.custom: azureday1
@@ -85,11 +85,17 @@ Now that you have a web app running on App Service, enable authentication and au
85
85
86
86
1. For **Tenant type**, select **External configuration** for external users.
87
87
88
-
1. Select **Create new app registration** to create a new app registration and select the [customer (external) tenant](/entra/external-id/customers/quickstart-tenant-setup) you want to use.
88
+
1. Select **Create new app registration** to create a new app registration.
89
89
90
-
1. Select **Configure** to configure external authentication.
90
+
1. Click **Create new** to create a new [customer (external) tenant](/entra/external-id/customers/quickstart-tenant-setup), or select an existing tenant to use.
91
+
92
+
:::image type="content" alt-text="Screenshot that shows the Select a tenent dropdown." source="../../media/scenario-secure-app-authentication-app-service/configure-authentication-external-select.png":::
93
+
94
+
1. In the **Create a tenant** page, add the *Tenant Name** and **Domain Name**. Select a **Location** and click **Review and create**.
91
95
92
-
:::image type="content" alt-text="Screenshot that shows the Add an identity provider page." source="../../media/scenario-secure-app-authentication-app-service/configure-authentication-external.png":::
96
+
:::image type="content" alt-text="Screenshot the Create a tenant page." source="../../media/scenario-secure-app-authentication-app-service/configure-authentication-external-create-tenant.png":::
97
+
98
+
1. Select **Configure** to configure external authentication.
93
99
94
100
1. The browser opens **Configure customer authentication**. In **Setup sign-in**, select **Create new** to create a sign-in experience for your external users.
95
101
@@ -113,7 +119,7 @@ Now that you have a web app running on App Service, enable authentication and au
113
119
114
120
1. The browser opens **Add an identity provider**.
115
121
116
-
1. In the **App Service authentication settings** section, select:
122
+
1. In the **Additional checks** section, select:
117
123
118
124
-**Allow requests only from this application itself** for **Client application requirement**
119
125
-**Allow requests from any identity** for **Identity requirement**
0 commit comments