Configuration
Configuring Passwordless Authentication using OIDC
To configure BlokSec Passwordless Authentication, you have to make sure that the Delinea OIDC template is properly configured in the BlokSec Admin UI, the OIDC is Configured for BlokSec in the Delinea platform, and that the Platform callback URL is set to Redirect URIs.
Configure the Delinea OIDC Template in the BlokSec Admin UI
-
Log into BlokSec admin UI as a user with admin privileges for your tenant
-
On the main dashboard, open the Add Application drop-down and select Create From Template.
-
Select the Delinea OIDC template.
-
Complete the OIDC configuration with the following values (adjusting if required to meet your desired requirements):
-
Name: Change the name if required to meet your organizational requirements.
-
Session length: Length of the authenticated session. The default value is set to 60 minutes.
-
Redirect URIs: <leave blank for now>
-
Post Logout Redirect URIs: https://<yourtenantname>.delinea.app
-
-
Select Submit to save the configuration.
-
Once saved, go back to the newly created application to open the application configuration
-
Select Generate App Secret, then make a note of the Application ID and Application Secret as these will be required when registering the Delinea platform with BlokSec.
Configure OIDC for BlokSec in the Delinea Platform
-
Log into the Delinea platform as a user with admin privileges
-
Navigate to Settings > Federation providers.
-
Select the Add Provider button on the top right corner of the screen and select OIDC.
-
Complete the OIDC configuration with the following values (adjusting if required to meet your desired requirements)
-
Name: BlokSec Immutable Authentication (change the name as required to meet your organizational requirements)
-
Status: checkmark beside Enabled
-
Endpoint URL: https://api.bloksec.io/oidc
-
Client ID: Enter the value of the Application ID captured in the BlokSec Admin UI (step 6).
-
Client secret: Enter the value of the Application Secret captured in the BlokSec Admin UI (step 6).
-
-
Navigate to the Domains section and add the domain name to be protected by this OIDC Federation Provider.
-
Select Save.
-
Once the configuration is saved and redirection to the newly created Federation provider Setting page, copy the Platform callback URL.
Set the Platform Callback URL to Redirect URIs
-
Log into BlokSec admin UI as a user with admin privileges for your tenant
-
Select Applications in the left navigation pane, and select the Delinea application created in the BlokSec Admin UI section.
-
Select the gear icon, and select Edit Application.
-
Paste the value of the Platform callback URL provided when you configured OIDC in the Delinea Platform.
-
Select Submit to save configuration changes
Configuring Passwordless Authentication using SAML
Configure SAML in the BlokSec Admin UI
-
Log into the BlokSec Admin UI using an user with admin privileges for your tenant.
-
On the main dashboard, select the Create From Template option from the Add Application dropdown.
-
Select the Delinea (SAML) template.
-
Complete the SAML configuration with the following values (adjusting if required to meet your desired requirements):
-
Name: Change the name as required to meet your organizational requirements.
-
Session length: Length of the authenticated session. Default value is set to 60 minutes. Minutes
-
Entity ID: https://api.bloksec.io
-
Name ID Source: EmailAddress (change the value in the dropdown if the name ID source is not an email address)
-
Assertion Consumer Service: https://<yourtenantname>confidentiality-federation/saml/assertion-consumer
-
Single Logout Service: https://<yourtenantname>.delinea.app/identity-federation/saml/logout-consumer
-
-
Select Submit to save the configuration
-
Select Download and save the metadata file.
Configure SAML for BlokSec in the Delinea Platform
-
Log into the Delinea platform as a user with admin privileges
-
Navigate to Settings > Federation providers.
-
Select the Add Provider button on the top right corner of the screen and select SAML.
-
Navigate to Settings > SAML provider configuration.
-
Go to the Select file option to upload the metadata.xml file saved from BlokSec.
-
Select Apply to save the configuration settings.
-
Select Edit, and update the SAML configuration with the following values (adjusting if required to meet your desired requirements):
-
Name:
BlokSec Immutable Authentication
(or change as required). -
Status: Check the Enabled box.
-
-
Update the Source values as follows:
-
Change
EmailAddress
toemail
. -
Change
Name
todisplayname
. -
Change
nameidentifier
tosub
. -
Change upn to upn.
-
-
Navigate to the Domains section and add the domain name to be protected by this OIDC Federation Provider.
-
Click Save to finalize the configuration.