You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 methodeudi-wallet-it-python/pyeudiw/trust/handler/_direct_trust_jwk.py
Lines 131 to 140 in 1db0bc5
with a simple
return []
The text was updated successfully, but these errors were encountered: