Skip to main content

Enable or disable passwordless login for an admin

PUT 

/v3/config/admin/authentication/oidc/user/:adminId

Enables or disables passwordless login with EUDI Wallet for one admin of the organisation. When passwordless login is enabled, the admin can link a wallet and log in with a PID (Person Identification Data) credential or an iGrant.io Authenticator credential in place of a password.

Request

Path Parameters

    adminId stringrequired

    Unique ID of an Admin

Body

required
    enabled boolean

    Default value: true

    When true, passwordless login is enabled for the admin.

Responses

The service updated the passwordless login configuration.

Schema
    enabled boolean

    The new state of passwordless login for the admin.

Loading...