[java-idp-oidc] branch main updated (2e29d84e -> 53fa4bca)

Codeberg noreply at shibboleth.net
Sun Jul 12 10:33:52 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-oidc.

    from 2e29d84e Move flow test support classes into a separate package.
     new 8ab4e3b3 JOIDC-284 - Use local/embedded jetty instead of remote Git repository for test data
     new 53fa4bca 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     |  30 +-
 .../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, 419 insertions(+), 14 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