italia / italia/eudi-wallet-it-python
Drop support for published `jwt-vc-issuer` endpoint
- Dominant language
- Python
- Stars
- 30
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
PR #328 added the possibility to publish metadata endpoints, with `/.well-known/jwt-vc-issuer` and `/.well-known/jar-issuer` used as default example.
However, it appears that the endpoint `/.well-known/jwt-vc-issuer` should not be published as it might be reserved to issuers of verifiable credentials, which we are not.
One possible quick solution is to let `DirectTrustSdJwtVc` ovveride the method
https://github.com/italia/eudi-wallet-it-python/blob/1db0bc592150108dc86a2049d5bc16a8440fb91e/pyeudiw/trust/handler/_direct_trust_jwk.py#L131-L140
with a simple `return []`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.