[java-idp-oidc] branch dev/JOIDC-222 updated (a035117c -> 2ac7c421)
Henri Mikkonen
henri.mikkonen at iki.fi
Fri May 16 08:38:38 UTC 2025
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a change to branch dev/JOIDC-222
in repository java-idp-oidc.
from a035117c JOIDC-222 - Support for OpenID Federation
new 1a7cbca0 Fix expression in nimbus-jose-jwt Javadoc link
new 2ac7c421 JOIDC-222 - Support for OpenID Federation
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:
...ClientMetadataFromTrustChainLookupStrategy.java | 5 +
.../DefaultTrustChainFetchingStrategy.java | 40 ++-
.../FederationMetadataPolicyDeserializer.java | 61 ++++-
.../policy/FederationMetadataPolicyHelper.java | 80 ++++++
.../impl/AbstractTrustChainResolutionAction.java | 297 +++++++++++++++++++++
.../op/oidfed/profile/impl/ResolveTrustChains.java | 160 ++++-------
.../profile/impl/ValidateProvidedTrustChain.java | 120 +--------
.../META-INF/net.shibboleth.idp/postconfig.xml | 3 +-
.../oidc/metadata-lookup/metadata-lookup-beans.xml | 11 +-
.../idp/flows/oidfed/register/register-beans.xml | 55 +++-
.../oidfed/resolve-entity/resolve-entity-beans.xml | 3 +-
.../flow/oidfed/AbstractFederationFlowTest.java | 26 ++
.../AuthorizeFlowAutomaticRegistrationTest.java | 23 ++
...shedAuthorizeFlowAutomaticRegistrationTest.java | 14 +
.../profile/flow/oidfed/RegistrationFlowTest.java | 92 ++++++-
pom.xml | 2 +-
16 files changed, 727 insertions(+), 265 deletions(-)
create mode 100644 idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/metadata/policy/FederationMetadataPolicyHelper.java
create mode 100644 idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/profile/impl/AbstractTrustChainResolutionAction.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list