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-transmit-security.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ A Transmit Detection and Response integration includes the following components:
40
40
41
41
The following architecture diagram illustrates the implementation described in the guide:
42
42
43
-

43
+
[](./media/partner-transmit-security/transmit-security-integration-diagram.png#lightbox)
44
44
45
45
1. The user signs-in with Azure AD B2C.
46
46
2. A custom page initializes the Transmit SDK, which starts streaming device information to Transmit.
@@ -87,35 +87,35 @@ To integrating Transmit DRS into the B2C sign-in page, follow these steps:
87
87
88
88
1. Prepare a custom HTML file for your sign-in page based on the [sample templates](./customize-ui-with-html.md#sample-templates). Add the following script to load and initialize the Transmit SDK, and to obtain an action token. The returned action token should be stored in a hidden HTML element (`ts-drs-response` in this example).
0 commit comments