Skip to main content

List secure vaults

GET 

/v2/config/digital-wallet/openid/key-managements

Lists the secure vaults that you can configure for OID4VCI and OpenID4VP key storage. The organisation must have a deployed OpenID digital wallet.

This list is the same for every organisation. It tells you which vaults the platform supports, not which vaults the organisation uses. To read the configuration of the organisation, use the read secure vault operation.

The response status code of this operation is 201, not 200.

Responses

Secure vaults listed successfully

Response Headers
    Schema
      secureVault object[]required

      Secure vaults that the platform supports.

    • Array [
    • id integerrequired

      Possible values: [1, 2, 3, 4]

      Secure vault ID. 1 for the iGrant.io vault, 2 for the Hashicorp vault, 3 for the QTSP vault, 4 for the database backed vault.

      name stringrequired

      Possible values: [iGrant.io Secure Vault, Hashicorp Secure Vault, Qualified Trust Service Provider, DB-Backed Secure Vault]

      Display name of the secure vault.

      isEnabled booleanrequired

      Shows true when you can select the vault. The service returns true for every listed vault.

    • ]
    Loading...