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

[OID4VP] Verifier Configuration API in the Cloud Agent #1406

Open
Tracked by #16
yshyn-iohk opened this issue Oct 23, 2024 · 0 comments
Open
Tracked by #16

[OID4VP] Verifier Configuration API in the Cloud Agent #1406

yshyn-iohk opened this issue Oct 23, 2024 · 0 comments

Comments

@yshyn-iohk
Copy link
Member

yshyn-iohk commented Oct 23, 2024

This issue is a subtask of the hyperledger/identus/issues/16
According to the OID4VP specification, the Verifier (cloud-agent) should expose the Verifier Metadata

The REST API should expose the Verifier Metadata (example can be found in the Verifier Metadata apendix of the spec)

It would be nice to configure these metadata dynamically (per tenant), but for simplicity, they might be static values in the configuration file.

Example:

{
  "vp_formats": {
    "vc+sd-jwt": {
      "sd-jwt_alg_values": ["ES256", "ES384"],
      "kb-jwt_alg_values": ["ES256", "ES384"]
    }
  }
}
@yshyn-iohk yshyn-iohk changed the title [OID4VP] Verifier configuration API in the cloud-agent [OID4VP] Verifier Configuration API in the Cloud Agent Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant