Skip to main content

Create verifier global configuration

POST 

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

Creates a global configuration for the OpenID4VP verifier, including credential encryption settings.

Request

Body

    supportCredentialEncryption boolean

    Define whether verifier is supporting credential encyption

Responses

Response Headers
    Schema
      verifierGlobalConfiguration object
      verifierGlobalConfigurationId stringrequired

      Unique identifier for the verifier's global configuration.

      supportCredentialEncryption booleanrequired

      When true, the verifier supports encrypted OpenID for Verifiable Presentation (OpenID4VP) Authorization Responses.

      createdAt numberrequired

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

      updatedAt numberrequired

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

    Loading...