Skip to main content

Verify admin with PID credential for passwordless login

GET 

/v3/config/admin/authentication/oidc/user/verify

Starts a verification of the admin with a PID (Person Identification Data) credential from an EUDI Wallet. The service gives a QR code. The admin scans the QR code with the wallet and presents the PID credential. A successful presentation links the wallet to the admin for passwordless login. Monitor the result with the SSE operation on /v3/config/admin/authentication/oidc/user/verify/sse.

Responses

The service started the verification.

Schema
    vpTokenQrCode string

    The QR code that the admin scans with the EUDI Wallet.

    presentationExchangeId string

    The presentation exchange identifier of the verification.

Loading...