Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GET /api/issuer/useCaseParticipation - missing response body pending state #109

Closed
jjeroch opened this issue May 6, 2024 · 0 comments · Fixed by #117
Closed

GET /api/issuer/useCaseParticipation - missing response body pending state #109

jjeroch opened this issue May 6, 2024 · 0 comments · Fixed by #117
Assignees
Labels
bug Something isn't working

Comments

@jjeroch
Copy link
Contributor

jjeroch commented May 6, 2024

Detected in Version 1.0.0 RC3

Scenario:
The credential holder (aka customer) requests a credential.
Example: Traceability v2
The request is successfully submitted.

Now calling the endpoint GET /api/issuer/useCaseParticipation

Response Body:

{
  "expiry": "2024-12-23T00:00:00+00:00",
  "id": "1268a76a-ca19-4dd8-b932-01f24071d563",
  "template": "https://catena-x.net/fileadmin/user_upload/04_Einfuehren_und_umsetzen/Governance_Framework/231016_Catena-X_Use_Case_Framework_Traceability.pdf",
  "validFrom": "2023-06-01T00:00:00+00:00",
  "verifiedCredentialExternalTypeId": "TRACEABILITY_CREDENTIAL",
  "version": "2.0",
  "ssiDetailData": null // ssiDetailData section is supposed to respond with the PENDING state
}

The ssiDetailData section of the response is supposed to be in the PENDING state.

@jjeroch jjeroch added the bug Something isn't working label May 6, 2024
@jjeroch jjeroch added this to the Release 24.05 milestone May 6, 2024
@jjeroch jjeroch added this to Portal May 6, 2024
@github-project-automation github-project-automation bot moved this to NEW USER REQUEST in Portal May 6, 2024
@jjeroch jjeroch changed the title GET /api/issuer/useCaseParticipation - missing response body GET /api/issuer/useCaseParticipation - missing response body pending state May 6, 2024
@Phil91 Phil91 moved this from NEW USER REQUEST to IN PROGRESS in Portal May 8, 2024
Phil91 added a commit that referenced this issue May 8, 2024
* adjust GET /api/issuer/useCaseParticipation to return pending credentials as well
* adjust GET /api/issuer/certificates to return pending credentials as well

Refs: #109
Phil91 added a commit that referenced this issue May 8, 2024
* adjust GET /api/issuer/useCaseParticipation to return pending credentials as well
* adjust GET /api/issuer/certificates to return pending credentials as well

Refs: #109
@ntruchsess ntruchsess linked a pull request May 10, 2024 that will close this issue
9 tasks
Phil91 added a commit that referenced this issue May 12, 2024
* adjust GET /api/issuer/useCaseParticipation to return pending credentials as well
* adjust GET /api/issuer/certificates to return pending credentials as well

Refs: #109
Reviewed-By: Norbert Truchsess <[email protected]>
@Phil91 Phil91 moved this from IN PROGRESS to IN REVIEW in Portal May 13, 2024
@jjeroch jjeroch moved this from IN REVIEW to USER READY in Portal May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants