Create holder global configuration
POST/v2/config/digital-wallet/openid/holder/global-configuration
This endpoint is used for creating holder global configuration.
Request
- application/json
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
- 200
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
holderGlobalConfiguration object
holderGlobalConfigurationId stringrequired
Identifier for the global configuration
supportCredentialEncryption booleanrequired
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
createdAt numberrequired
Timestamp when the record was created.
updatedAt numberrequired
Timestamp when the record was updated.
{
"holderGlobalConfiguration": {
"holderGlobalConfigurationId": "string",
"supportCredentialEncryption": true,
"refreshCredentialStatusInterval": 0,
"redirectUrl": "string",
"createdAt": 0,
"updatedAt": 0
}
}
Loading...