[java-idp-plugin-oidc-op-oidfed] branch dev/CACHE-REFACTOR updated (4b54ef6 -> f6d3427)
Codeberg
noreply at shibboleth.net
Wed May 6 12:57:03 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 4b54ef6 Initial support for client authentication to federation endpoints
new 567d19b Profile configuration option to control remote trust mark validation
new f3bda34 Initialize keys statically in the abstract flow test class
new f6d3427 Integrated the remote trust mark validation option into resolve entity API.
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:
...ederationResolveEntityProfileConfiguration.java | 3 +-
...ionTrustMarkValidatingProfileConfiguration.java | 10 +
...ava => RemoteTrustMarkValidationPredicate.java} | 31 ++-
.../context/RelyingPartyTrustChainContext.java | 21 ++
.../cache/BaseExpirableStatementContainer.java | 5 +-
...tEntityStatementContentValidationCondition.java | 29 ++-
.../cache/trustmark/TrustMarkStatusContainer.java | 16 +-
...FederationRegistrationProfileConfiguration.java | 32 +++
...ederationResolveEntityProfileConfiguration.java | 108 +++++++++
.../op/oidfed/profile/impl/ResolveTrustMarks.java | 13 +-
.../op/oidfed/profile/impl/ValidateTrustMarks.java | 247 +++++++++++++++++++++
... DefaultTrustMarkStatusCredentialResolver.java} | 48 ++--
.../META-INF/net.shibboleth.idp/postconfig.xml | 42 +++-
.../oidfed/metadata-lookup-ext-oidfed-beans.xml | 5 +
.../oidfed/metadata-lookup-ext-oidfed-flow.xml | 3 +
.../idp/flows/oidfed/register/register-beans.xml | 3 +
.../oidfed/resolve-entity/resolve-entity-beans.xml | 5 +
.../oidfed/resolve-entity/resolve-entity-flow.xml | 1 +
.../flow/oidfed/AbstractFederationFlowTest.java | 86 ++++---
.../profile/flow/oidfed/ResolveEntityFlowTest.java | 44 +++-
.../UserInfoFlowAutomaticRegistrationTest.java | 14 ++
21 files changed, 681 insertions(+), 85 deletions(-)
copy idp-oidfed-op-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/profile/config/navigate/{CachedErrorResponseLifetimeLookupFunction.java => RemoteTrustMarkValidationPredicate.java} (50%)
create mode 100644 idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/profile/impl/ValidateTrustMarks.java
copy idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/security/credential/{DefaultEntityConfigurationCredentialResolver.java => DefaultTrustMarkStatusCredentialResolver.java} (57%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list