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-funnel-based-design.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ The designs account for:
22
22
23
23
* Local Account sign up and sign in
24
24
* Federated account sign up and sign in
25
-
* Authenticating local accounts for users signing in from outside their registered region, supported by cross tenant API based authentication.
25
+
* Authenticating local accounts for users signing in from outside their registered region, supported by cross tenant API based authentication
26
26
* Authenticating federated accounts for users signing in from outside their registered region, supported by cross tenant API based look up
27
27
* Prevents sign up from multiple different regions
28
28
* Applications in each region have a single endpoint to connect with
29
29
30
30
## Local account sign-in use cases
31
31
32
-
The following use cases are typical in a global Azure AD B2C environment. The local account use cases also cover accounts where the user travels. Each provides a diagram and workflow steps for each use case.
32
+
The following use cases are typical in a global Azure AD B2C environment. The local account use cases also cover accounts where the user travels. We provide a diagram and workflow steps for each use case.
33
33
34
34
### Local user sign-up
35
35
@@ -99,8 +99,7 @@ This use case demonstrates how a user can travel across regions and maintain the
99
99
100
100
1. The EMEA Azure AD B2C tenant performs an Azure AD ROPC flow against the NOAM Azure AD B2C tenant to verify credentials.
101
101
>[!NOTE]
102
-
>This call will also fetch a token for the user to perform a Graph API call.
103
-
The EMEA Azure AD B2C tenant performs a Graph API call to the NOAM Azure AD B2C tenant to fetch the user's profile. This call is authenticated by the access token for Graph API acquired in the last step.
102
+
>This call will also fetch a token for the user to perform a Graph API call. The EMEA Azure AD B2C tenant performs a Graph API call to the NOAM Azure AD B2C tenant to fetch the user's profile. This call is authenticated by the access token for Graph API acquired in the last step.
104
103
105
104
1. The regional tenant issues a token back to the funnel tenant.
106
105
@@ -312,6 +311,6 @@ This use case demonstrates how non-local users are able to perform account linki
312
311
313
312
-[Build a global identity solution with region-based approach](azure-ad-b2c-global-identity-region-based-design.md)
314
313
315
-
-[Azure AD B2C global identity proof of concept regional-based configuration](azure-ad-b2c-global-identity-proof-of-concept-regional.md)
314
+
-[Azure AD B2C global identity proof of concept region-based configuration](azure-ad-b2c-global-identity-proof-of-concept-regional.md)
316
315
317
316
-[Azure AD B2C global identity proof of concept funnel-based configuration](azure-ad-b2c-global-identity-proof-of-concept-funnel.md)
0 commit comments