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/partner-datawiza.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.reviewer: kengaderdus
9
9
ms.service: active-directory
10
10
ms.workload: identity
11
11
ms.topic: how-to
12
-
ms.date: 12/6/2022
12
+
ms.date: 12/12/2022
13
13
ms.author: gasinh
14
14
ms.subservice: B2C
15
15
---
@@ -43,7 +43,7 @@ Datawiza integration includes the following components:
43
43
44
44
The following architecture diagram shows the implementation.
45
45
46
-

46
+

47
47
48
48
1. The user requests access to an on-premises application. DAB proxies the request to the application.
49
49
2. DAB checks user authentication state. With no session token, or an invalid token, the user goes to Azure AD B2C for authentication.
@@ -70,7 +70,7 @@ Go to docs.datawiza.com to:
70
70
1. In DCMC, create an application and generate a key pair of `PROVISIONING_KEY` and `PROVISIONING_SECRET` for this application. See, [Datawiza Cloud Management Console](https://docs.datawiza.com/step-by-step/step2.html).
71
71
2. Configure IdP with Azure AD B2C. See, [Part I: Azure AD B2C Configuration](https://docs.datawiza.com/tutorial/web-app-azure-b2c.html#part-i-azure-ad-b2c-configuration).
72
72
73
-

73
+

74
74
75
75
## Run DAB with a header-based application
76
76
@@ -114,7 +114,7 @@ A sample docker image `docker-compose.yml file` is provided. Sign in to the cont
114
114
115
115
DAB gets user attributes from IdP and passes them to the application with header or cookie. After you configure user attributes, the green check sign appears for user attributes.
116
116
117
-

117
+

118
118
119
119
Learn more: [Pass User Attributes](https://docs.datawiza.com/step-by-step/step4.html) such as email address, firstname, and lastname to the header-based application.
0 commit comments