Skip to main content

Read OIDC Client

GET 

/v3/config/extension/oidc/client/:clientId

Retrieves details of an OpenID Connect client. The client enables passwordless login with EUDI Wallet by requesting verifications from individuals. The client configuration includes presentation definition that specifies which credentials to request - appearing as a QR code or deep link on the authentication page.

Request

Path Parameters

    clientId stringrequired

    The ID of the client

Responses

Client details

Response Headers
  • Cache-Control string

    Indicates that the response should not be cached.

Schema
    client object
    presentationDefinitionId string

    The ID of the client's configured presentation definition

    name string

    The name of the client

    clientId string

    The ID of the client

    clientSecret string

    The secret of the client

    redirectURIs string[]

    The valid redirect URIs for the client

    allowedOrigins string[]

    The valid origins for the client

    callbackURI string

    The URI at which a sub value will be calculated and returned according to the sent presentation.

    callbackSecret string

    The secret used to access the callbackURI. Required when callbackURI is set.

    identityMatchingAttributes object

    A map of VCTs (verifiable credential types) to claim paths used as linking values for identity matching. Each key is the VCT of a credential, and the value is the dot-separated path to the claim within that credential to use as the linking value.

    property name* string
    transactionDataAction string

    The configured action for the transaction data, e.g. "login" or "verify"

    kid string

    The ID of the client's key

    systemManaged boolean

    Indicates whether the client is system-managed or not

Loading...