eclipse-tractusx / managed-identity-wallet

Apache License 2.0
9 stars 22 forks source link

Using API we can issue same type of framework VC multiple times #258

Closed nitin-vavdiya closed 5 months ago

nitin-vavdiya commented 7 months ago

Current Behavior

Using API /api/credentials/issuer/framework base wallet can issue the same type of VC(ie. PcfCredential) multiple times.

Expected Behavior

This behaviour is not aligned with MembershipCredential and DismantlerCredential. We can not issue MembershipCredential and DismantlerCredential multiple types to the same holder.

Steps To Reproduce

  1. Create a wallet with BPN
  2. Issue framework type PcfCredential of VC to that wallet
  3. Again issue framework type PcfCredential of VC to that wallet

Do we have such a use case in Catena-x that requires to issue same framework type of VC multiple times?

nitin-vavdiya commented 5 months ago

This is no longer valid to align with issuer component changes, closing this issue