Skip to content

Commit 81aa23f

Browse files
authored
Update partner-bloksec.md
1 parent 8d3ae01 commit 81aa23f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zone_pivot_groups: b2c-policy-type
1919

2020
## Before you begin
2121

22-
Azure Active Directory B2C has two methods to define users interaction with applications: predefined user flows or configurable custom policies.
22+
Azure Active Directory B2C has two methods to define user interactions with applications: predefined user flows or configurable custom policies.
2323

2424
>[!NOTE]
2525
>In Azure Active Directory B2C, custom policies primarily address complex scenarios. For most scenarios, we recommend built-in user flows.</br> See, [User flows and custom policies overview](./user-flow-overview.md)
@@ -110,19 +110,19 @@ For the following instructions, use the directory that contains your Azure AD B2
110110
### Configure an identity provider
111111

112112
1. Select **Identity provider type > OpenID Connect**
113-
2. For name **Name**, enter **BlokSec yuID Passwordless** or another name.
113+
2. For **Name**, enter **BlokSec yuID Passwordless** or another name.
114114
3. For **Metadata URL**, enter `https://api.bloksec.io/oidc/.well-known/openid-configuration`.
115115
4. For **Client IDV**, enter the application ID from the BlokSec admin UI.
116116
5. For **Client Secret**, enter the application Secret from the BlokSec admin UI.
117117
6. For **Scope**, select **OpenID email profile**.
118-
7. For **Response type**, **Code**.
118+
7. For **Response type**, select **Code**.
119119
8. For **Domain hint**, select **yuID**.
120120
9. Select **OK**.
121121
10. Select **Map this identity provider’s claims**.
122122
11. For **User ID**, select **sub**.
123123
12. For **Display name**, select **name**.
124124
13. For **Given name**, use **given_name**.
125-
14. For **Surname, use **family_name**.
125+
14. For **Surname**, use **family_name**.
126126
15. For **Email**, use **email**.
127127
16. Select **Save**.
128128

@@ -303,8 +303,8 @@ For the following instructions, use the directory with your Azure AD B2C tenant.
303303
7. Select **Upload Custom Policy**.
304304
8. Upload the two policy files you changed in the following order:
305305

306-
* Extension policy, for example `TrustFrameworkExtensions.xml`
307-
* Relying party policy, such as `SignUpSignIn.xml`
306+
* Extension policy, for example `TrustFrameworkExtensions.xml`
307+
* Relying party policy, such as `SignUpSignIn.xml`
308308

309309
### Test the custom policy
310310

0 commit comments

Comments
 (0)