eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
4 stars 25 forks source link

Update document download functionality on the page `/admin-credential` #763

Open jjeroch opened 2 months ago

jjeroch commented 2 months ago

Description: Currently, the document download feature on the page /admin-credential is not functioning correctly. This issue is due to the connection with the outdated backend endpoint {portalhostname}/api/administration/documents/{documentID}. We need to switch to the new provided endpoint {issuercomponenthostname}/credentialRequest/documents/{documentId} located inside the issuer component, instead of the portal backend.

Changes:

  1. Replace the usage of the old backend endpoint with the new endpoint /credentialRequest/documents/{documentId} of the issuer component.
  2. Update the document download functionality on the page /admin-credential to utilize the new endpoint.

Expected Outcome: After implementing these changes, the document download feature on the page /admin-credential will be functional again, using the correct endpoint /credentialRequest/documents/{documentId} from the issuer component.

Blocked by: https://github.com/eclipse-tractusx/ssi-credential-issuer/issues/27

jjeroch commented 2 months ago

Can only get started as soon as backend is finished

jjeroch commented 1 month ago

Backend Finished