Skip to content

Commit 2af799c

Browse files
committed
---
1 parent 0c253a5 commit 2af799c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ The following architecture diagram shows the implementation.
3232

3333
|Step | Description |
3434
|:-----| :-----------|
35-
3635
| 1. | User opens Azure AD B2C's sign in page, and then signs in or signs up by entering their username.
3736
| 2. | Azure AD B2C redirects the user to BindID using an OpenID Connect (OIDC) request.
38-
3937
| 3. | BindID authenticates the user using appless FIDO2 biometrics, such as fingerprint.
4038
| 4. | A decentralized authentication response is returned to BindID.
4139
| 5. | The OIDC response is passed on to Azure AD B2C.
42-
| 6.| User is either granted or denied access to the customer application based on the verification results.
40+
| 6. | User is either granted or denied access to the customer application based on the verification results.
4341

4442
## Prerequisites
4543

@@ -67,6 +65,7 @@ Follow the steps in [Configure Your Application](https://developer.bindid.io/doc
6765
|:---------|:---------------------|
6866
| Name | Name of your application such as `Azure AD B2C BindID app`|
6967
| Domain | Enter `your-B2C-tenant-name.onmicrosoft.com`. Replace `your-B2C-tenant` with the name of your Azure AD B2C tenant.|
68+
| Redirect URIs | [https://jwt.ms/](https://jwt.ms/)
7069
| Redirect URLs | Enter `https://your-B2C-tenant-name.b2clogin.com/your-B2C-tenant-name.onmicrosoft.com/oauth2/authresp`. Replace `your-B2C-tenant` with the name of your Azure AD B2C tenant. If you use a custom domain, replace `your-B2C-tenant-name.b2clogin.com` with your custom domain such as `contoso.com`.|
7170

7271

0 commit comments

Comments
 (0)