[java-idp-plugin-vci] branch main updated (d1e651d -> 5cd81e8)
Codeberg
noreply at shibboleth.net
Thu Sep 24 09:43:05 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a change to branch main
in repository java-idp-plugin-vci.
from d1e651d Update tarballs
new 038e020 Attestation test resources
new 7b1d892 Snapshot dependencies, finally
new 5cd81e8 Openid VCI version of Oauth2 authentication flow to add method 'attest_jwt_client_auth'. Idea is to later merge it with parent project flow
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 54 ++++-
.../impl/ClientAttestationPresentPredicate.java | 56 ++++++
.../impl/ValidateClientAuthenticationType.java | 217 +++++++++++++++++++++
.../META-INF/net.shibboleth.idp/postconfig.xml | 23 ++-
.../OpenIDVCIClient/OpenIDVCIClient-beans.xml | 23 +++
.../authn/OpenIDVCIClient/OpenIDVCIClient-flow.xml | 74 +++++++
.../test/resources/credentials/attestation-ca.crt | 12 ++
.../resources/credentials/attestation-other-ca.crt | 11 ++
.../resources/credentials/attestation-signer.crt | 12 ++
.../resources/credentials/attestation-signer.key | 5 +
.../test/resources/credentials/x5c-test-cert.pem | 12 ++
.../test/resources/credentials/x5c-test-key.pem | 5 +
pom.xml | 6 +-
13 files changed, 496 insertions(+), 14 deletions(-)
create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/authn/impl/ClientAttestationPresentPredicate.java
create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/authn/impl/ValidateClientAuthenticationType.java
create mode 100644 openid-vci-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OpenIDVCIClient/OpenIDVCIClient-beans.xml
create mode 100644 openid-vci-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OpenIDVCIClient/OpenIDVCIClient-flow.xml
create mode 100644 openid-vci-impl/src/test/resources/credentials/attestation-ca.crt
create mode 100644 openid-vci-impl/src/test/resources/credentials/attestation-other-ca.crt
create mode 100644 openid-vci-impl/src/test/resources/credentials/attestation-signer.crt
create mode 100644 openid-vci-impl/src/test/resources/credentials/attestation-signer.key
create mode 100644 openid-vci-impl/src/test/resources/credentials/x5c-test-cert.pem
create mode 100644 openid-vci-impl/src/test/resources/credentials/x5c-test-key.pem
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list