Page cover

Split

In the Split process, identification and signing are separated into two calls: identOnly and signOnly. IdentOnly includes selfie and document registration, while signOnly involves signing. SignOnly can only be executed with a valid identification.

circle-info

The identOnly and signOnly processes are self-contained and autonomous. As such, each process must be assigned its own extID.

The processes are linked on a per-user basis through the user’s passkey.

Additional information about the passkey is available herearrow-up-right.

Drawing

Example identOnly

In the identOnly process, no document is included during initialization. In this example, the passkeyUsername was set as the identifier.

Example signOnly

Alongside the identifier, a document submission is required. Additionally, as this process functions autonomously, it is necessary to set a new extId and system URLs.

Drawing

Last updated