[java-idp-plugin-oidc-op-oidfed] branch main updated (f1b7fdb -> 0ce593b)

Henri Mikkonen henri.mikkonen at iki.fi
Fri Sep 26 14:16:32 UTC 2025


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

hjmikkon pushed a change to branch main
in repository java-idp-plugin-oidc-op-oidfed.

    from f1b7fdb  Add activation condiiton to the federation request object validators.
     new a1c9c7f  Initial (still incomplete) implementation for resolve entity API client
     new 0ce593b  Fix JWT type-header for the resolve entity response.

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:
 ...ntityStatementSignatureValidationComponent.java |  47 ++
 ...actTrustEngineSignatureValidationComponent.java |  14 +-
 .../DefaultEntityStatementFetchingStrategy.java    |   4 +-
 ...StatementSignatureValidationFilterStrategy.java |   2 +-
 ...efaultProvidedTrustChainValidationStrategy.java |   2 +-
 ...ResponseSignatureValidationFilterStrategy.java} |  56 ++-
 ...ultResolveEntityTrustChainFetchingStrategy.java | 218 +++++++++
 .../oidfed/profile/impl/CallResolveEntityApi.java  | 515 +++++++++++++++++++++
 ...eAutomaticRegistrationProfileConfiguration.java |  16 +-
 .../DefaultLocalMetadataPolicyMergingStrategy.java |   3 +-
 .../META-INF/net.shibboleth.idp/postconfig.xml     |  51 +-
 .../oidfed/metadata-lookup-ext-oidfed-beans.xml    |  19 +
 .../oidfed/metadata-lookup-ext-oidfed-flow.xml     |  29 +-
 .../oidfed/resolve-entity/resolve-entity-beans.xml |  22 +-
 .../oidfed/resolve-entity/resolve-entity-flow.xml  |   6 +-
 .../idp/service/relying-party/postconfig.xml       |  22 +-
 .../conf/oidfed/oidfed-trustchain-resolver.xml     |  40 ++
 .../idp/plugin/oidc/op/oidfed/module.properties    |   4 +
 .../flow/oidfed/AbstractFederationFlowTest.java    |  51 +-
 .../AuthorizeFlowAutomaticRegistrationTest.java    |  98 ++++
 .../profile/flow/oidfed/ResolveEntityFlowTest.java |   3 +
 .../net/shibboleth/idp/module/conf/global.xml      |   8 +
 .../net/shibboleth/idp/module/conf/oidc.properties |   4 +-
 .../conf/oidfed/oidfed-trustchain-resolver.xml     |  24 +
 24 files changed, 1191 insertions(+), 67 deletions(-)
 create mode 100644 idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/metadata/AbstractEntityStatementSignatureValidationComponent.java
 copy idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/metadata/{DefaultSubordinateStatementSignatureValidationFilterStrategy.java => DefaultResolveEntityResponseSignatureValidationFilterStrategy.java} (64%)
 create mode 100644 idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/metadata/DefaultResolveEntityTrustChainFetchingStrategy.java
 create mode 100644 idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/profile/impl/CallResolveEntityApi.java
 create mode 100644 idp-oidfed-op-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/oidfed/conf/oidfed/oidfed-trustchain-resolver.xml
 create mode 100644 idp-oidfed-op-impl/src/test/resources/net/shibboleth/idp/module/conf/oidfed/oidfed-trustchain-resolver.xml

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


More information about the commits mailing list