Skip to main content

Read admin authentication configuration

GET 

/v3/config/admin/authentication/user

Reads the authentication configuration of the admin that owns the access token. The answer shows if password login is enabled, if passwordless login with EUDI Wallet is enabled, and if the admin has linked a wallet.

Responses

The authentication configuration of the admin.

Schema
    authentication object

    Configuration for authentication methods

    password object

    Configuration for password authentication

    enabled boolean
    oidcPasswordless object

    Configuration for Passwordless Login with EUDI Wallet

    enabled boolean

    Whether Passwordless Login is enabled for the user

    linked boolean

    Whether the user has linked their EUDI Wallet for Passwordless Login

    authenticatorCredentialExchangeId string

    Credential Exchange ID of the issued iGrant.io Authenticator credential

Loading...