hyperledger / identus-cloud-agent

Identus Cloud Agent
https://identus.io/
Apache License 2.0
82 stars 23 forks source link

Make the configurable `domain` field for the credential issuance #1422

Open yshyn-iohk opened 2 weeks ago

yshyn-iohk commented 2 weeks ago

Proposed feature

When the agent issue the JWT credentials, the domain field is hardcoded.issues

Feature description

There are a couple of options for how this can be fixed:

  1. define the domain default value in the agent configuration
  2. make a REST API to configure the domain per tenant
  3. set the domain parameter in the REST API for VC issuance (so, it's going to be up to the issuer controller)

Anything else?

No response