Skip to main content
The Connect SDKs manage this API’s WebAuthn data, process state and callbacks. Use the SDK for a new application integration; this reference supports protocol inspection and troubleshooting. The default project endpoint is:
Use the frontend API configuration assigned to your project if it differs.

Process authentication

Initialize a login, enrollment or management process. Login initialization returns a token; enrollment and management initialization return a processID. Subsequent operations in that process require this value in the header:
Enrollment and management additionally require the action-specific Connect token in the request fields documented on the endpoint. Your backend obtains that token for the authenticated user. Connect initialization is not authenticated with an application session JWT or a Backend API key.

Operation groups

Your identity provider remains responsible for the application session and fallback authentication. See Connect architecture.