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/active-directory-b2c/azure-ad-b2c-global-identity-region-based-design.md
+8-20Lines changed: 8 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,9 +108,7 @@ This use case demonstrates how a user can reset their password when they are wit
108
108
109
109

110
110
111
-
1. User from EMEA attempts to sign in at **myapp.fr**.
112
-
113
-
If the user isn't being sent to their local hostname, the traffic manager will enforce a redirect.
111
+
1. User from EMEA attempts to sign in at **myapp.fr**. If the user isn't being sent to their local hostname, the traffic manager will enforce a redirect.
114
112
115
113
1. The user arrives at the EMEA Azure AD B2C tenant and selects **forgot password**. The user enters and verifies their email.
116
114
@@ -128,9 +126,7 @@ This use case demonstrates how a user can reset their password when they're trav
128
126
129
127

130
128
131
-
1. User from NOAM attempts to sign in at **myapp.fr**, since they are on holiday in France.
132
-
133
-
If the user isn't being sent to their local hostname, the traffic manager will enforce a redirect.
129
+
1. User from NOAM attempts to sign in at **myapp.fr**, since they are on holiday in France. If the user isn't being sent to their local hostname, the traffic manager will enforce a redirect.
134
130
135
131
1. The user arrives at the EMEA Azure AD B2C tenant and selects **forgot password**. The user enters and verifies their email.
136
132
@@ -204,9 +200,7 @@ This use case demonstrates how a user from their local region signs into the ser
204
200
205
201

206
202
207
-
1. User from EMEA attempts to sign in at **myapp.fr**.
208
-
209
-
If the user isn't being sent to their local hostname, the traffic manager will enforce a redirect.
203
+
1. User from EMEA attempts to sign in at **myapp.fr**. If the user isn't being sent to their local hostname, the traffic manager will enforce a redirect.
210
204
211
205
1. User lands at the EMEA tenant.
212
206
@@ -222,15 +216,13 @@ This scenario demonstrates how a user located away from the region in which they
222
216
223
217

224
218
225
-
1. User from NOAM attempts to sign in at **myapp.fr**.
226
-
227
-
If the user isn't being sent to their local hostname, the traffic manager will enforce a redirect.
219
+
1. User from NOAM attempts to sign in at **myapp.fr**. If the user isn't being sent to their local hostname, the traffic manager will enforce a redirect.
228
220
229
221
1. User lands at the EMEA tenant.
230
222
231
223
1. User selects to sign in with a federated identity provider.
232
224
233
-
>[!NOTE]
225
+
>[!NOTE]
234
226
>Use the same App Id from the App Registration at the Social IdP across all Azure AD B2C regional tenants. This ensures that the ID coming back from the Social IdP is always the same.
235
227
236
228
1. Perform a lookup into the global lookup table and determine the user's federated ID is registered in NOAM.
@@ -245,9 +237,7 @@ This scenario demonstrates how users will be able to perform account linking whe
245
237
246
238

247
239
248
-
1. User from EMEA attempts to sign in at **myapp.fr**.
249
-
250
-
If the user isn't being sent to their local hostname, the traffic manager will enforce a redirect.
240
+
1. User from EMEA attempts to sign in at **myapp.fr**. If the user isn't being sent to their local hostname, the traffic manager will enforce a redirect.
251
241
252
242
1. User lands at the EMEA tenant.
253
243
@@ -269,15 +259,13 @@ This scenario demonstrates how users will be able to perform account linking wh
269
259
270
260

271
261
272
-
1. User from NOAM attempts to sign in at **myapp.fr**.
273
-
274
-
If the user isn't being sent to their local hostname, the traffic manager will enforce a redirect.
262
+
1. User from NOAM attempts to sign in at **myapp.fr**. If the user isn't being sent to their local hostname, the traffic manager will enforce a redirect.
275
263
276
264
1. User lands at the EMEA tenant.
277
265
278
266
1. User selects to sign in with a federated identity provider/social IdP.
279
267
280
-
1. A lookup is performed into the global lookup table for the ID returned from the federated IdP.
268
+
1. A lookup is performed into the global lookup table for the ID returned from the federated IdP.
281
269
282
270
1. Where the ID doesn't exist, and the email from the federated IdP exists in another region, it's a traveling user account linking scenario.
0 commit comments