eclipse-tractusx / managed-identity-wallet

Apache License 2.0
9 stars 22 forks source link

Adapt create wallet (no bpn VC, did:url configurable) #263

Closed OSchlienz closed 6 months ago

OSchlienz commented 7 months ago

Wallet creation has to be splitted in:

The bpn credential will be prepared later in a separate step by the issuer component and sent to the wallet endpoint for generic VC issuance.

In addition, the url where the DID-document will be hosted later (default: portal) will be provided and has to be used, the following structure is expected: "did:web:{url}:{BPN123}" see: https://github.com/eclipse-tractusx/portal-backend/issues/478

{
  "businessPartnerNumber": "string",
  "companyName": "string",
  "didUrl": "string"
} 

See also: https://github.com/eclipse-tractusx/portal-backend/issues/453