[java-idp-plugin-oidc-op-oidfed] branch dev/CACHE-REFACTOR updated (45d2abd -> 6fc88fc)
Codeberg
noreply at shibboleth.net
Fri Jan 30 11:57:10 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 45d2abd Restructured metadata cache packages
new 295c18d Move profile-specific functions from metadata-cache packages into ..profile.navigate
new 5563351 Replaced the simplest identifier lookup strategies with Spring expressions
new 6fc88fc Verify trust_marks syntax (including trust_mark_type match) as claims validator
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:
...IssuerEntityIDCriteriaToIdentifierStrategy.java | 42 --------
...ubjectEntityIDCriteriaToIdentifierStrategy.java | 42 --------
...eEntityRequestCriteriaToIdentifierStrategy.java | 42 --------
...EntityResponseIdentifierExtractionStrategy.java | 38 -------
...mbinedMetadataFromTrustChainLookupStrategy.java | 2 +-
...DefaultTrustChainTrustMarksParsingStrategy.java | 2 +-
...ChainTrustedTrustMarkIssuersLookupStrategy.java | 2 +-
...tChainTrustedTrustMarkOwnersLookupStrategy.java | 2 +-
.../jwt/claims/impl/TrustMarksClaimsValidator.java | 109 +++++++++++++++++++++
.../META-INF/net.shibboleth.idp/postconfig.xml | 8 +-
.../oidfed/metadata-lookup-ext-oidfed-beans.xml | 8 +-
.../idp/flows/oidfed/register/register-beans.xml | 8 +-
.../oidfed/resolve-entity/resolve-entity-beans.xml | 14 +--
13 files changed, 135 insertions(+), 184 deletions(-)
delete mode 100644 idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/metadata/cache/DefaultIssuerEntityIDCriteriaToIdentifierStrategy.java
delete mode 100644 idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/metadata/cache/DefaultSubjectEntityIDCriteriaToIdentifierStrategy.java
delete mode 100644 idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/metadata/cache/local/DefaultResolveEntityRequestCriteriaToIdentifierStrategy.java
delete mode 100644 idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/metadata/cache/local/DefaultResolveEntityResponseIdentifierExtractionStrategy.java
rename idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/{metadata/cache => profile/navigate}/DefaultCombinedMetadataFromTrustChainLookupStrategy.java (98%)
rename idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/{metadata/cache => profile/navigate}/DefaultTrustChainTrustMarksParsingStrategy.java (98%)
rename idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/{metadata/cache => profile/navigate}/DefaultTrustChainTrustedTrustMarkIssuersLookupStrategy.java (97%)
rename idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/{metadata/cache => profile/navigate}/DefaultTrustChainTrustedTrustMarkOwnersLookupStrategy.java (97%)
create mode 100644 idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/security/jwt/claims/impl/TrustMarksClaimsValidator.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list