[java-idp-oidc] branch maint-4.3 updated (78088f17 -> 224d5ae4)

Codeberg noreply at shibboleth.net
Sun Jul 12 11:08:57 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a change to branch maint-4.3
in repository java-idp-oidc.

    from 78088f17 JOIDC-273 - Activation of shibboleth.LDAPValidator for shibboleth.authn.OAuth2Client.Validators fails
     new 4c7ac133 JOIDC-284 - Use local/embedded jetty instead of remote Git repository for test data
     new 224d5ae4 JOIDC-284 - Use local/embedded jetty instead of remote Git repository for test data

The 2 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:
 idp-oidc-extension-impl/pom.xml                    |  13 +
 .../SetRequestObjectToResponseContextTest.java     |  33 ++-
 .../oidc/op/profile/flow/AuthorizeFlowTest.java    |  22 +-
 .../idp/plugin/oidc/op/testing/EmbeddedJetty.java  | 302 +++++++++++++++++++++
 .../shared/testing/credentials/localhost.key       |  40 +++
 .../shared/testing/credentials/localhost.p12       | Bin 0 -> 3459 bytes
 .../shared/testing/credentials/localhost.pem       |  26 ++
 7 files changed, 420 insertions(+), 16 deletions(-)
 create mode 100644 idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/testing/EmbeddedJetty.java
 create mode 100644 idp-oidc-extension-impl/src/test/resources/net/shibboleth/shared/testing/credentials/localhost.key
 create mode 100644 idp-oidc-extension-impl/src/test/resources/net/shibboleth/shared/testing/credentials/localhost.p12
 create mode 100644 idp-oidc-extension-impl/src/test/resources/net/shibboleth/shared/testing/credentials/localhost.pem

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list