Skip to content

Commit 0954b4b

Browse files
Merge pull request #275956 from rwike77/quickstartupdate
Minor updates
2 parents c86bfc1 + 784fc55 commit 0954b4b

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ After creation, modify the app registration:
9797

9898
# [External configuration](#tab/external-configuration)
9999

100-
[Create and use a new app registration](#express_external) or [use an existing registration created separately](#advanced).
100+
[Create and use a new app registration](#express_external) or [use an existing registration created separately](#advanced_external).
101101

102102
### <a name="express_external"></a> Option 1: Create and use a new app registration
103103

@@ -107,24 +107,28 @@ Select **Create new app registration** to create a new app registration.
107107

108108
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

110-
#### To create a new external tenant
110+
#### To create a new external tenant (optional)
111111

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.
112+
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+
114+
#### To setup sign-in
113115

114116
1. Select **Configure** to **configure external authentication** for the new tenant.
115117

116118
1. The browser opens **Configure customer authentication**.
117119

118120
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.
119121

120-
##### To create a new user flow
122+
#### To create a new user flow
121123

122124
1. Enter a **Name** for the user flow.
123125

124126
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.
125127

126128
1. Select **Create** to create the user flow.
127129

130+
#### To customize branding
131+
128132
1. Select **Next** to customize branding.
129133

130134
1. Add your logo, select a background color, and select a sign-in layout.
@@ -137,9 +141,7 @@ Select **Create new app registration** to create a new app registration.
137141

138142
### <a name="advanced_external"> </a>Option 2: Use an existing registration created separately
139143

140-
Either:
141-
- Select **Pick an existing app registration in this directory** and select an app registration from the drop-down
142-
- Select **Provide the details of an existing app registration** and provide:
144+
Select **Provide the details of an existing app registration** and provide:
143145
- Application (client) ID
144146
- Client secret
145147
- Issuer URL

0 commit comments

Comments
 (0)