Add Issuer Proxy
GET/v2/config/digital-wallet/openid/trust-anchor/add-issuer-proxy
Configures an issuer proxy in the EBSI Trust Registry for delegated credential issuance within the trust chain.
Responses
- 200
- 401
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
isIssuerProxyConfigurationInProgress boolean
isIssuerProxyConfigured boolean
{
"isIssuerProxyConfigurationInProgress": true,
"isIssuerProxyConfigured": true
}
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...