Skip to content

Commit 1857705

Browse files
author
Ryan Wike
committed
updates
1 parent de5b1e8 commit 1857705

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,33 +105,33 @@ Use this option unless you need to create an app registration separately. You ca
105105

106106
Select **Create new app registration** to create a new app registration.
107107

108-
1. Select an existing tenant to use from the drop-down, or select **Create new** to create a new [customer (external) tenant](/entra/external-id/customers/quickstart-tenant-setup).
108+
1. Select an existing tenant to use from the drop-down, or select **Create new** to create a new [external tenant](/entra/external-id/customers/quickstart-tenant-setup).
109109

110110
#### To create a new external tenant
111111

112-
1. In the **Create a tenant** page, add the **Tenant Name** and **Domain Name**. Select a **Location** and select **Review and create**. The tenant creation process takes a few minutes.
112+
1. In the **Create a tenant** page, add the **Tenant Name** and **Domain Name**. Select a **Location** and select **Review and create** and then select **Create**. The tenant creation process takes a few minutes.
113113

114114
1. Select **Configure** to **configure external authentication** for the new tenant.
115115

116-
1. The browser opens **Configure customer authentication**. In **Setup sign-in**, select **Create new** to create a sign-in experience for your external users.
116+
1. The browser opens **Configure customer authentication**.
117117

118118
1. Select a user flow from the drop-down or select **Create new**. The user flow defines the sign-in methods your external users can use. Each app can only have one user flow, but you can reuse the same user flow for multiple apps.
119119

120120
##### To create a new user flow
121121

122122
1. Enter a **Name** for the user flow.
123123

124-
1. Select the sign-in method for your external users. **Email and password** and **Email and one time passcode** are already configured in the new tenant. You can [Configure Google](/entra/external-id/customers/how-to-google-federation-customers) or [Configure Facebook](/entra/external-id/customers/how-to-facebook-federation-customers) as identity providers as well.
124+
1. Select the sign-in method for your external users. **Email and password** and **Email and one-time passcode** are already configured in the new tenant. You can [Configure Google](/entra/external-id/customers/how-to-google-federation-customers) or [Configure Facebook](/entra/external-id/customers/how-to-facebook-federation-customers) as identity providers as well.
125125

126126
1. Select **Create** to create the user flow.
127127

128128
1. Select **Next** to customize branding.
129129

130-
1. Add your company logo, select a background color, and select a sign-in layout.
130+
1. Add your logo, select a background color, and select a sign-in layout.
131131

132132
1. Select **Next** and **Yes, update the changes** to accept the branding changes.
133133

134-
1. Select **Configure** in the **Review** tab to confirm External ID (CIAM) tenant update.
134+
1. Select **Configure** in the **Review** tab to confirm external tenant update.
135135

136136
1. The browser opens to the **Add an identity provider** page again.
137137

@@ -204,7 +204,7 @@ Select **Token store** (recommended). The token store collects, stores, and ref
204204

205205
## Add the identity provider
206206

207-
(Optional) Select **Next: Permissions** and add any Microsoft Graph permissions needed by the application. These will be added to the app registration, but you can also change them later.
207+
If you selected workforce configuration, you can select **Next: Permissions** and add any Microsoft Graph permissions needed by the application. These will be added to the app registration, but you can also change them later. If you selected external configuration, you can add Microsoft Graph permissions later.
208208

209209
Select **Add**.
210210

articles/app-service/includes/scenario-secure-app-clean-up-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In the app registration overview, select **Delete**.
4343

4444
### Delete the external tenant
4545

46-
In to the [Microsoft Entra admin center](https://entra.microsoft.com), browse to **Identity** > **Overview** > **Manage tenants**.
46+
If you created a new external tenant, you can [delete it](/entra/external-id/customers/how-to-delete-external-tenant-portal). In to the [Microsoft Entra admin center](https://entra.microsoft.com), browse to **Identity** > **Overview** > **Manage tenants**.
4747

4848
Select the tenant you want to delete, and then select **Delete**.
4949

articles/app-service/includes/tutorial-set-up-app-service-authentication/after.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Now that you have a web app running on App Service, enable authentication and au
100100

101101
:::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":::
102102

103-
1. In the **Create a tenant** page, add the *Tenant Name** and **Domain Name**. Select a **Location** and select **Review and create**.
103+
1. (Optional) In the **Create a tenant** page, add the *Tenant Name** and **Domain Name**. Select a **Location** and select **Review and create** and then **Create**.
104104

105105
:::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":::
106106

@@ -122,7 +122,7 @@ Now that you have a web app running on App Service, enable authentication and au
122122

123123
:::image type="content" alt-text="Screenshot that shows the customized branding tab." source="../../media/scenario-secure-app-authentication-app-service/configure-authentication-branding.png":::
124124

125-
1. Select **Next** and **Yes, update the changes** to accept the branding changes.
125+
1. Select **Next**. If the tenant you selected already has a branding configuration you will need to confirm that you want to override it.
126126

127127
1. Select **Configure** in the **Review** tab to confirm external tenant update.
128128

articles/app-service/scenario-secure-app-authentication-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ ms.subservice: web-apps
2222
[!INCLUDE [start](./includes/tutorial-set-up-app-service-authentication/after.md)]
2323

2424
> [!div class="nextstepaction"]
25-
> [App service accesses storage](scenario-secure-app-access-storage.md)
25+
> [App Service accesses storage](scenario-secure-app-access-storage.md)

includes/app-service-mobile-selector-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
author: conceptdev
33
ms.service: app-service-mobile
44
ms.topic: include
5-
ms.date: 08/23/2018
5+
ms.date: 05/21/2024
66
ms.author: crdun
77
---
88
> [!div class="op_single_selector"]
9-
> * [Microsoft Entra ID](../articles/app-service/configure-authentication-provider-aad.md)
9+
> * [Microsoft Entra](../articles/app-service/configure-authentication-provider-aad.md)
1010
> * [Facebook](../articles/app-service/configure-authentication-provider-facebook.md)
1111
> * [Google](../articles/app-service/configure-authentication-provider-google.md)
1212
> * [Twitter](../articles/app-service/configure-authentication-provider-twitter.md)

0 commit comments

Comments
 (0)