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
- 200
- 400
- 401
- 500
The service started the verification.
- application/json
- Schema
- Example (from schema)
Schema
vpTokenQrCode string
The QR code that the admin scans with the EUDI Wallet.
presentationExchangeId string
The presentation exchange identifier of the verification.
{
"vpTokenQrCode": "string",
"presentationExchangeId": "string"
}
Bad request
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...