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/configure-authentication-provider-aad.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,33 +105,33 @@ Use this option unless you need to create an app registration separately. You ca
105
105
106
106
Select **Create new app registration** to create a new app registration.
107
107
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).
109
109
110
110
#### To create a new external tenant
111
111
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.
113
113
114
114
1. Select **Configure** to **configure external authentication** for the new tenant.
115
115
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**.
117
117
118
118
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.
119
119
120
120
##### To create a new user flow
121
121
122
122
1. Enter a **Name** for the user flow.
123
123
124
-
1. Select the sign-in method for your external users. **Email and password** and **Email and onetime 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.
125
125
126
126
1. Select **Create** to create the user flow.
127
127
128
128
1. Select **Next** to customize branding.
129
129
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.
131
131
132
132
1. Select **Next** and **Yes, update the changes** to accept the branding changes.
133
133
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.
135
135
136
136
1. The browser opens to the **Add an identity provider** page again.
137
137
@@ -204,7 +204,7 @@ Select **Token store** (recommended). The token store collects, stores, and ref
204
204
205
205
## Add the identity provider
206
206
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.
Copy file name to clipboardExpand all lines: articles/app-service/includes/scenario-secure-app-clean-up-resources.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ In the app registration overview, select **Delete**.
43
43
44
44
### Delete the external tenant
45
45
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**.
47
47
48
48
Select the tenant you want to delete, and then select **Delete**.
Copy file name to clipboardExpand all lines: articles/app-service/includes/tutorial-set-up-app-service-authentication/after.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Now that you have a web app running on App Service, enable authentication and au
100
100
101
101
:::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":::
102
102
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**.
104
104
105
105
:::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":::
106
106
@@ -122,7 +122,7 @@ Now that you have a web app running on App Service, enable authentication and au
122
122
123
123
:::image type="content" alt-text="Screenshot that shows the customized branding tab." source="../../media/scenario-secure-app-authentication-app-service/configure-authentication-branding.png":::
124
124
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.
126
126
127
127
1. Select **Configure** in the **Review** tab to confirm external tenant update.
0 commit comments