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
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.
23
23
24
24
>[!NOTE]
25
25
>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
110
110
### Configure an identity provider
111
111
112
112
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.
114
114
3. For **Metadata URL**, enter `https://api.bloksec.io/oidc/.well-known/openid-configuration`.
115
115
4. For **Client IDV**, enter the application ID from the BlokSec admin UI.
116
116
5. For **Client Secret**, enter the application Secret from the BlokSec admin UI.
117
117
6. For **Scope**, select **OpenID email profile**.
118
-
7. For **Response type**, **Code**.
118
+
7. For **Response type**, select **Code**.
119
119
8. For **Domain hint**, select **yuID**.
120
120
9. Select **OK**.
121
121
10. Select **Map this identity provider’s claims**.
122
122
11. For **User ID**, select **sub**.
123
123
12. For **Display name**, select **name**.
124
124
13. For **Given name**, use **given_name**.
125
-
14. For **Surname, use **family_name**.
125
+
14. For **Surname**, use **family_name**.
126
126
15. For **Email**, use **email**.
127
127
16. Select **Save**.
128
128
@@ -303,8 +303,8 @@ For the following instructions, use the directory with your Azure AD B2C tenant.
303
303
7. Select **Upload Custom Policy**.
304
304
8. Upload the two policy files you changed in the following order:
305
305
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`
0 commit comments