[java-idp-oidc] branch dev/JOIDC-222 updated (4b2f71a7 -> 822bb80a)
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Feb 21 14:24:15 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 4b2f71a7 JOIDC-222 - Support for OpenID Federation
new 721a9475 JOIDC-222 - Support for OpenID Federation
new ff56d215 Adapt token flow test into the current flow containing 'UnwrapGrant' action.
new 822bb80a JOIDC-222 - Support for OpenID Federation
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:
.../op/oidfed/profile/impl/ResolveTrustChains.java | 30 ++-
.../plugin/oidc/op/oidfed/TrustChainTestUtil.java | 124 ++++++++++
.../plugin/oidc/op/profile/flow/TokenFlowTest.java | 7 +-
.../flow/oidfed/AbstractFederationFlowTest.java | 268 +++++++++++++++++++++
.../AuthorizeFlowAutomaticRegistrationTest.java | 227 +++++++++++++++++
...shedAuthorizeFlowAutomaticRegistrationTest.java | 231 ++++++++++++++++++
.../resources/credentials/fed-local-anchor.jwk | 13 +
.../net/shibboleth/idp/module/conf/global.xml | 8 +
.../net/shibboleth/idp/module/conf/oidc.properties | 5 +-
.../idp/module/conf/oidfed-trust-anchors.json | 13 +
.../shibboleth/idp/module/conf/relying-party.xml | 16 ++
11 files changed, 932 insertions(+), 10 deletions(-)
create mode 100644 idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/oidfed/TrustChainTestUtil.java
create mode 100644 idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/AbstractFederationFlowTest.java
create mode 100644 idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/AuthorizeFlowAutomaticRegistrationTest.java
create mode 100644 idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/PushedAuthorizeFlowAutomaticRegistrationTest.java
create mode 100644 idp-oidc-extension-impl/src/test/resources/credentials/fed-local-anchor.jwk
create mode 100644 idp-oidc-extension-impl/src/test/resources/net/shibboleth/idp/module/conf/oidfed-trust-anchors.json
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list