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 
0min

Account Association

When an account is registered with BlokSec for passwordless login, an email is sent with a link containing a registration ID in the format https://bloksec.io/registration/<registrationID>

To complete the registration, follow the given sequence of APIs:

1. Retrieve <registrationID> from the deep link (in the same way request URLs are handled above)

2. Get the registration details using the method

BlokSec.shared?.getRegistrationDetails(...)

3. Finally complete registration using the method

BlokSec.shared?.completeRegistration(...)

Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Restore/Backup
Docs powered by archbee