Skip to main content

Issue iGrant.io Authenticator credential for passwordless login

GET 

/v3/config/admin/authentication/oidc/user/authenticator

Issues an iGrant.io Authenticator credential to the EUDI Wallet of the admin that owns the access token. The service gives a credential offer and a one-time PIN. The admin scans the credential offer with the wallet and enters the PIN to accept the credential. Monitor the result with the SSE operation on /v3/config/admin/authentication/oidc/user/authenticator/sse.

Responses

The service started the credential issuance.

Schema
    credentialOffer string

    The credential offer URI that the admin presents to the wallet.

    credentialExchangeId string

    The credential exchange identifier of the issuance.

    pin string

    The one-time PIN that the admin enters in the wallet to accept the credential offer.

Loading...