Skip to main content

Create global configuration

POST 

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

This endpoint is used for creating global configuration.

Request

Body

    credentialExpirationInDays number

    Defines the expiration for verifiable credential in days. If not specified, by default it is specified as 30 days.

    credentialBranding objectrequired
    name string

    Defines name for the credential

    description string

    Defines the description for the credential definition.

    backgroundColor string

    Defines background color for the credential

    textColor string

    Defines text color for the credential.

    credentialRequestEncryptionRequired boolean

    Defines whether credential request encryption is required or not from the holder

    authorizationRequestExpiry integer

    Defines the expiry of authorisation request in seconds

    credentialBindingMethods array

    A non-empty array of case sensitive strings that identify the representation of the cryptographic key material that the issued Credential is bound to

Responses

Response Headers
    Schema
      globalConfiguration object
      globalConfigurationId stringrequired

      Identifier for the global configuration

      credentialExpirationInDays numberrequired

      Defines the expiration for verifiable credential in days. If not specified, by default it is specified as 30 days.

      credentialBranding objectrequired
      name string

      Defines name for the credential

      description string

      Defines the description for the credential definition.

      backgroundColor string

      Defines background color for the credential

      textColor string

      Defines text color for the credential.

      logo object
      uri string

      uri for the logo

      altText string

      Alternate text for the logo uri

      backgroundImage object
      uri string

      uri for the background image

      altText string

      Alternate text for background image uri

      credentialRequestEncryptionRequired boolean

      Defines whether credential request encryption is required or not from the holder

      authorizationRequestExpiry integer

      Defines the expiry of authorisation request in seconds

      credentialBindingMethods array

      A non-empty array of case sensitive strings that identify the representation of the cryptographic key material that the issued Credential is bound to

      createdAt numberrequired

      Timestamp when the record was created.

      updatedAt numberrequired

      Timestamp when the record was updated.

    Loading...