-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: publish trust metadata endpoint #328
base: dev
Are you sure you want to change the base?
Conversation
trust: | ||
direct_trust_sd_jwt_vc: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
direct_trust_sd_jwt_vc should be kept ... at least as example!
@peppelinux with c0ced4a the commonalities between fetching / exposing a JWK with direct trust JAR and direct trust SD-JWT for VC have been grouped to a common (private) class called Currently, Both TrustJar and TrustSdJwt INHERIT from |
This PR includes the following:
Notably, it does NOT update the former federation publication mechanism to use this new endpoint. This is because this task is not-trivial and probably requires a dedicated pull request.
With the exception above, this closes #312 and closes #296. When merged, a new issue should be opened to update federation.
Due to restrictions introduced by which endpoint can be exposed by a satosa backend module, integration tests require this modification to work italia/iam-proxy-italia#177 . These two pull request are intended to be accepted side by side.