[java-idp-plugin-oidc-op-oidfed] branch dev/CACHE-REFACTOR updated (5c056d2 -> ea58669)

Codeberg noreply at shibboleth.net
Thu Jan 22 11:41:09 UTC 2026


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

codeberg pushed a change to branch dev/CACHE-REFACTOR
in repository java-idp-plugin-oidc-op-oidfed.

    from 5c056d2  Some minor refactoring, null checkup cleaning, style improvements
     new d5ff6c9  Exploit locally trusted anchor credentials for validating immediate subordinate
     new 4b6448e  Add configurable cache container lifetime strategy for cases where response cannot be fetched
     new ea58669  Improved and simplified the default trust chain fetching strategy

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:
 ...FederationEndpointResponseFetchingStrategy.java |  53 ++-
 ...DefaultEntityConfigurationFetchingStrategy.java |  13 +-
 ...ultResolveEntityTrustChainFetchingStrategy.java |  12 +-
 ...efaultSubordinateStatementFetchingStrategy.java |  13 +-
 ...rustChainSignatureValidationFilterStrategy.java |  24 +-
 .../DefaultTrustChainFetchingStrategy.java         | 284 ++++++++-------
 .../DefaultTrustMarkFetchingStrategy.java          |  14 +-
 .../DefaultTrustMarkStatusFetchingStrategy.java    |  14 +-
 .../metadata/util/EntityStatementHelper.java       |  32 ++
 .../DefaultLocalTrustAnchorCredentialResolver.java |   2 +-
 .../META-INF/net.shibboleth.idp/postconfig.xml     |  35 ++
 .../DefaultTrustChainFetchingStrategyTest.java     | 380 +++++++++++++++++++++
 .../flow/oidfed/AbstractFederationFlowTest.java    |  31 +-
 .../flow/oidfed/EntityConfigurationFlowTest.java   |   2 +-
 .../EntityConfigurationMetadataCacheTest.java      |  21 ++
 .../SubordinateStatementMetadataCacheTest.java     |  35 +-
 .../oidfed/cache/TrustChainMetadataCacheTest.java  | 180 +++++-----
 .../credentials/fed-local-intermediate.jwk         |  12 +
 .../module/conf/oidfed/oidfed-trust-anchors.json   |  11 +
 19 files changed, 910 insertions(+), 258 deletions(-)
 create mode 100644 idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/oidfed/metadata/cache/remote/trustchain/DefaultTrustChainFetchingStrategyTest.java
 create mode 100644 idp-oidfed-op-impl/src/test/resources/credentials/fed-local-intermediate.jwk

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


More information about the commits mailing list