website logo
⌘K
Getting Started
Use Cases
Secure, Passwordless Login via Standard Protocols (OIDC, SAML2)
BlokSec for MFA / 2FA
Adding Passwordless Login to your In-House / Custom Application
BlokSec yuID Authenticator App
BlokSec Admin Console
FAQ's
Integrations
Microsoft 0365
Google Workspace
Salesforce
Dropbox
CyberArk Privileged Access Manager
IBM Security Verify
Custom OIDC
Custom SAML2
BlokSec SDK Integration (iOS)
Compatibility
Dependencies
Prerequisites
SDK Usage (Initialise)
New User Registration
Authentication
Account Association
Restore/Backup
API Reference
Docs powered by archbee 
2min

Custom OIDC

BlokSec can be configured as an inbound federation identity provider (a.k.a. social provider) for your Open ID Connect (OIDC) application to provide your users with secure, passwordless authentication. The following article describes the process to configure authentication for OIDC.

BlokSec Admin UI

  1. Sign into BlokSec admin UI as a user with admin privileges for your tenant
  2. 2. On the main dashboard, click the Add Application drop-down and select Create Custom
  3. Complete the application details as follows and submit:
    • Name: Your desired application name (we will assume this is called ‘Acme App’ for the remainder of this article)
    • SSO Type: Select OpenID Connect
    • Logo URI: Loation of the image URL (For example : https://bloksec.io/images/appLogo.png)
    • Backgroun URI: Location of the brackground image URL (For example : https://bloksec.io/images/appLogoBackground.png)
    • Session Length: Length of the authenticated session. Default value is set to 60 minutes.
    • Redirect URIs: <provide your applications redirect URL (e.g., http://localhost:3000/callback or https://yourappdomain.com/callback) >
    • Post Logout Redirect URIs: <provide the URL to redirect users upon logout (e.g., http://localhost:3000 or https://yourappdomain.com) >
    • Select Submit to save the configuration
  4. Once saved, click back into the newly created application to open the application configuration
  5. Click Generate App Secret, then make note of the Application ID and Application Secret as these will be required when registering your application with BlokSec



Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Custom SAML2
Docs powered by archbee 
TABLE OF CONTENTS
BlokSec Admin UI