Skip to main content

Create holder global configuration

POST 

/v2/config/digital-wallet/openid/holder/global-configuration

Creates a global configuration for the holder wallet, including credential encryption, status refresh intervals, and redirect URLs for OID4VCI and OpenID4VP flows.

Request

Body

    supportCredentialEncryption boolean

    Define whether holder is supporting credential encyption

    refreshCredentialStatusInterval integer

    Define the interval for refreshing credential status

    redirectUrl string

    Define the redirect url for the authorisation request

Responses

Response Headers
    Schema
      holderGlobalConfiguration object
      holderGlobalConfigurationId stringrequired

      Unique identifier for the holder's global wallet configuration.

      supportCredentialEncryption booleanrequired

      When true, the holder's wallet supports encrypted OID4VCI Credential Responses.

      refreshCredentialStatusInterval integer

      Interval (in seconds) at which the wallet checks credential revocation status.

      redirectUrl string

      Default redirect URL for the OAuth 2.0 Authorization Code Flow during OID4VCI credential issuance.

      createdAt numberrequired

      Unix timestamp (in seconds) when this configuration was created.

      updatedAt numberrequired

      Unix timestamp (in seconds) when this configuration was last modified.

    Loading...