eclipse-tractusx / ssi-credential-issuer

SSI Credential Issuer
Apache License 2.0
2 stars 9 forks source link

Wallet shown as not connect in Portal frontend due to wrongly named credentialType #216

Closed evegufy closed 1 month ago

evegufy commented 1 month ago

Current Behavior

Portal Frontend expects credentialType MEMBERSHIP from GET endpoint /api/issuer/owned-credentials (see https://github.com/eclipse-tractusx/portal-frontend/issues/621) to show wallet as connected but it's currently named MEMBERSHIP_CERTIFICATE, which leads to: image

Expected Behavior

credentialType is named MEMBERSHIP

Steps To Reproduce

Detected in v1.1.0-rc.1

follow up to https://github.com/eclipse-tractusx/ssi-credential-issuer/issues/175

evegufy commented 1 month ago

tested successfully