[java-idp-plugin-oidc-op-oidfed] branch main updated (4432a0d -> b6ebb6d)

Henri Mikkonen henri.mikkonen at iki.fi
Thu Oct 9 10:36:41 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 4432a0d  Improved error response contents
     new 5cd06c1  Use 'trust_mark_type' instead of 'trust_mark_id'.
     new b6ebb6d  Wired new properties to control automatic registration to token and userinfo

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:
 ...DefaultTrustChainTrustMarksParsingStrategy.java |  10 +-
 .../profile/impl/BuildResolveEntityResponse.java   |   2 +-
 .../oidfed/profile/impl/CallResolveEntityApi.java  |   2 +-
 .../op/oidfed/profile/impl/ResolveTrustMarks.java  |   2 +-
 .../META-INF/net.shibboleth.idp/postconfig.xml     |  44 ++++-
 .../oidfed/metadata-lookup-ext-oidfed-flow.xml     |   2 +-
 .../plugin/oidc/op/oidfed/TrustChainTestUtil.java  |   2 +-
 .../flow/oidfed/AbstractFederationFlowTest.java    |  18 ++
 .../AuthorizeFlowAutomaticRegistrationTest.java    |   6 +-
 ...shedAuthorizeFlowAutomaticRegistrationTest.java |  26 +--
 .../oidfed/TokenFlowAutomaticRegistrationTest.java | 211 +++++++++++++++++++++
 .../UserInfoFlowAutomaticRegistrationTest.java     | 168 ++++++++++++++++
 .../net/shibboleth/idp/module/conf/oidc.properties |   2 +
 .../shibboleth/idp/module/conf/relying-party.xml   |   1 +
 14 files changed, 460 insertions(+), 36 deletions(-)
 create mode 100644 idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/TokenFlowAutomaticRegistrationTest.java
 create mode 100644 idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/UserInfoFlowAutomaticRegistrationTest.java

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


More information about the commits mailing list