Skip to content

Commit 02dd51a

Browse files
authored
Formatting and Acrolinx
1 parent 6bd30bf commit 02dd51a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory-b2c/partner-biocatch.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following diagram illustrates user flows with session information.
5656

5757
1. The user browses to the web service, which returns HTML, CSS, or JavaScript values, then loads the BioCatch JavaScript SDK. Client-side JavaScript configures a client session ID for the BioCatch SDK. Alternately, the web service pre-configures client session ID and sends it to the client. You can configure the instantiated BioCatch JavaScript SDK for BioCatch, which sends user behavior to BioCatch from the client device, using the client session ID.
5858
2. User signs-up or signs-in and is redirected to Azure AD B2C.
59-
3. The user journey includes a self-asserted claimsprovider, which inputs the client session ID. This field is hidden. Use JavaScript to input the session ID into the field. Select **Next**, to continue sign-up or sign-in. The session ID goes to BioCatch for a risk score. BioCatch returns session information, and recommends allow or block. The user journey has a conditional check, which acts upon the returned claims.
59+
3. The user journey includes a self-asserted claims provider, which inputs the client session ID. This field is hidden. Use JavaScript to input the session ID into the field. Select **Next**, to continue sign-up or sign-in. The session ID goes to BioCatch for a risk score. BioCatch returns session information, and recommends allow or block. The user journey has a conditional check, which acts upon the returned claims.
6060
4. Based on the conditional check result, an action is invoked.
6161
5. The web service can use the session ID to query BioCatch API to determine risk and session information.
6262

@@ -234,9 +234,9 @@ document.getElementById("clientSessionId").style.display = 'none';
234234

235235
7. Configure the user journey using the following example:
236236

237-
* Get the clientSessionID as a claim.
238-
* Call BioCatch API to get the session information.
239-
* If the returned claim risk is **low**, skip the step for MFA, otherwise enforce user MFA.
237+
* Get the clientSessionID as a claim.
238+
* Call BioCatch API to get the session information.
239+
* If the returned claim risk is **low**, skip the step for MFA, otherwise enforce user MFA.
240240

241241
```xml
242242
<OrchestrationStep Order="8" Type="ClaimsExchange">

0 commit comments

Comments
 (0)