Skip to content

Commit be11959

Browse files
authored
Update partner-bloksec.md
1 parent 977db50 commit be11959

File tree

1 file changed

+15
-21
lines changed

1 file changed

+15
-21
lines changed

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

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following architecture diagram shows the implementation.
5454
## Enable BlokSec
5555

5656
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.
5858
3. Download and install the free BlokSec yuID mobile app.
5959
4. After the demo tenant is prepared, an email arrives.
6060
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
7575

7676
### Create an application registration in BlokSec
7777

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.
7979

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).
9591

9692
>[!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.
10094
101-
### Part 2 - Add a new Identity provider in Azure AD B2C
95+
### Add a new Identity provider in Azure AD B2C
10296

10397
1. Sign-in to the [Azure portal](https://portal.azure.com/#home) as the global administrator of your Azure AD B2C tenant.
10498
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

Comments
 (0)