[java-idp-plugin-oidc-op-oidfed] branch main updated (5654137 -> d71c9f1)

Codeberg noreply at shibboleth.net
Fri Nov 28 07:24:30 UTC 2025


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

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

    from 5654137  Switched local container fetching strategies back to returning null
     new 3a5ef4b  Fixed the wiring of authority_hints: it should only be included in the entity configuration
     new d71c9f1  Support trust_anchor_hints in the entity configuration

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:
 .../impl/AbstractBuildEntityStatementAction.java   | 10 +--
 .../profile/impl/BuildEntityConfiguration.java     | 67 +++++++++++++++-
 .../DefaultTrustAnchorHintsLookupStrategy.java     | 89 ++++++++++++++++++++++
 .../entity-configuration-beans.xml                 |  7 +-
 .../flow/oidfed/EntityConfigurationFlowTest.java   |  5 ++
 .../profile/flow/oidfed/RegistrationFlowTest.java  |  2 +
 .../profile/flow/oidfed/ResolveEntityFlowTest.java |  2 +
 .../net/shibboleth/idp/module/conf/idp.properties  |  3 +-
 .../idp/module/conf/oidfed/oidfed.properties       |  1 +
 9 files changed, 174 insertions(+), 12 deletions(-)
 create mode 100644 idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/profile/navigate/DefaultTrustAnchorHintsLookupStrategy.java
 create mode 100644 idp-oidfed-op-impl/src/test/resources/net/shibboleth/idp/module/conf/oidfed/oidfed.properties

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


More information about the commits mailing list