Wallet-Centric Approach
Procivis One supports a wallet-centric approach to QES, where the wallet app drives the signing flow from end to end. The user selects a document and a QES provider from within the wallet, authenticates directly with the provider, and receives the signed document back, without leaving the wallet or involving a separate web portal.
Flow overview
User flow
To sign a document, the user taps Sign in the wallet app and completes the following steps:
Select a provider — choose from the list of configured QES providers.
Select a document — choose the document to sign from those available in the wallet.
Authenticate — the wallet opens the provider's login page. The user signs in with their provider account using a password or passkey. First-time users can register an account at this step.
Receive the signed document — once authentication is complete, signing happens automatically. The signed PDF is returned to the wallet and presented to the user.
Prerequisites
Document signing using the wallet-centric approach requires the following to be in place in your deployment:
A
qesProviderinstance configured with typeWALLET_CENTRIC.The
walletProviderconfiguration names this instance in theqesProvidersobject.The
walletProviderconfiguration includesfeatureFlags.documentSigningEnabled: true.