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-bloksec.md
+15-21Lines changed: 15 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The following architecture diagram shows the implementation.
54
54
## Enable BlokSec
55
55
56
56
1. Go to bloksec.com and select **Request a demo** tenant.
57
-
2. In the message field, indicate you want to onboard with Azure AD B2C.
57
+
2. In the message field, indicate you want to integrate with Azure AD B2C.
58
58
3. Download and install the free BlokSec yuID mobile app.
59
59
4. After the demo tenant is prepared, an email arrives.
60
60
5. On the mobile device with the BlokSec application, select the link to register your admin account with your yuID app.
@@ -75,30 +75,24 @@ See also, [Tutorial: Create user flows and custom policies in Azure AD B2C](./tu
75
75
76
76
### Create an application registration in BlokSec
77
77
78
-
In the account registration email received when you onboard to BlokSec.
78
+
In the account registration email from BlokSec, find the link to the BlokSec admin console.
79
79
80
-
1. Sign in to the BlokSec admin portal.
81
-
82
-
2. On the main dashboard, select **Add Application > Create Custom**
83
-
84
-
3. Complete the application details as follows and submit:
85
-
86
-
|Property |Value |
87
-
|---------|---------|
88
-
| Name |Azure AD B2C or your desired application name|
89
-
|SSO type | OIDC|
90
-
|Logo URI |[https://bloksec.io/assets/AzureB2C.png](https://bloksec.io/assets/AzureB2C.png) a link to the image of your choice|
91
-
|Redirect URIs | https://**your-B2C-tenant-name**.b2clogin.com/**your-B2C-tenant-name**.onmicrosoft.com/oauth2/authresp<BR>**For Example**: 'https://fabrikam.b2clogin.com/fabrikam.onmicrosoft.com/oauth2/authresp' <BR><BR>If you use a custom domain, enter https://**your-domain-name**/**your-tenant-name**.onmicrosoft.com/oauth2/authresp. <BR> Replace your-domain-name with your custom domain, and your-tenant-name with the name of your tenant. |
92
-
|Post log out redirect URIs |https://**your-B2C-tenant-name**.b2clogin.com/**your-B2C-tenant-name**.onmicrosoft.com/**{policy}**/oauth2/v2.0/logout <BR> [Send a sign-out request](./openid-connect.md#send-a-sign-out-request). |
93
-
94
-
4. Once saved, select the newly created Azure AD B2C application to open the application configuration, select **Generate App Secret**.
80
+
1. Sign in to the BlokSec admin console.
81
+
2. On the main dashboard, select **Add Application > Create Custom**.
82
+
3. For **Name**, enter Azure AD B2C or an application name.
83
+
4. For **SSO type**, select **OIDC**.
84
+
5. For **Logo URI**, enter a link to logo image.
85
+
6. For **Redirect URIs**, use `https://your-B2C-tenant-name.b2clogin.com/your-B2C-tenant-name.onmicrosoft.com/oauth2/authresp`. For example, `https://fabrikam.b2clogin.com/fabrikam.onmicrosoft.com/oauth2/authresp`. For a custom domain, enter `https://your-domain-name/your-tenant-name.onmicrosoft.com/oauth2/authresp`.
86
+
7. For **Post log out redirect URIs**, enter `https://your-B2C-tenant-name.b2clogin.com/your-B2C-tenant-name.onmicrosoft.com/{policy}/oauth2/v2.0/logout`.
87
+
8. Select the created Azure AD B2C application to open the application configuration.
88
+
9. Select **Generate App Secret**.
89
+
90
+
Learn more: [Send a sign-out request](./openid-connect.md#send-a-sign-out-request).
95
91
96
92
>[!NOTE]
97
-
>You'll need application ID and application secret later to configure the Identity provider in Azure AD B2C.
98
-
99
-
::: zone pivot="b2c-user-flow"
93
+
>You need application ID and application secret to configure the identity provider (IdP) in Azure AD B2C.
100
94
101
-
### Part 2 - Add a new Identity provider in Azure AD B2C
95
+
### Add a new Identity provider in Azure AD B2C
102
96
103
97
1. Sign-in to the [Azure portal](https://portal.azure.com/#home) as the global administrator of your Azure AD B2C tenant.
104
98
1. Make sure you're using the directory that contains your Azure AD B2C tenant. Select the **Directories + subscriptions** icon in the portal toolbar.
0 commit comments