[java-idp-oidc] branch main updated (3f53caf5 -> 710a7f8c)
Henri Mikkonen
henri.mikkonen at iki.fi
Tue Mar 28 15:07:33 UTC 2023
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a change to branch main
in repository java-idp-oidc.
from 3f53caf5 JCOMOIDC-41 - Move OIDC Signature Validation resolvers and parameter classes to commons
new e4159b55 Included ECDH-* -compatible encryption key (EC) for testing.
new 1a94f8cb JCOMOIDC-41 - Move OIDC Signature Validation resolvers and parameter classes to commons
new 710a7f8c JOIDC-142 - Improve Request Object handling and configuration
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:
.../idp/flows/oidc/authorize/authorize-beans.xml | 65 ++-
.../idp/flows/oidc/authorize/authorize-flow.xml | 1 +
.../flow/AbstractIssuedJWTSecurityTest.java | 22 +-
.../op/profile/flow/AbstractOidcApiFlowTest.java | 4 +-
.../oidc/op/profile/flow/AbstractOidcFlowTest.java | 54 ++-
.../oidc/op/profile/flow/AuthorizeFlowTest.java | 283 +------------
.../op/profile/flow/IssuedEncryptedJWTTest.java | 437 ++++++++-------------
.../oidc/op/profile/flow/IssuedSignedJWTTest.java | 13 +-
.../oidc/op/profile/flow/KeySetFlowTest.java | 5 +-
.../oidc/op/profile/flow/RequestObjectJWETest.java | 401 +++++++++++++++++++
.../oidc/op/profile/flow/RequestObjectJWSTest.java | 241 ++++++++++++
.../plugin/oidc/op/profile/flow/TokenFlowTest.java | 4 +-
.../profile/impl/BaseOIDCResponseActionTest.java | 2 +
.../src/test/resources/conf/oidc-credentials.xml | 4 +
.../src/test/resources/conf/relying-party.xml | 18 +
.../resources/credentials/idp-encryption-ec.jwk | 9 +
16 files changed, 989 insertions(+), 574 deletions(-)
create mode 100644 idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/RequestObjectJWETest.java
create mode 100644 idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/RequestObjectJWSTest.java
create mode 100644 idp-oidc-extension-impl/src/test/resources/credentials/idp-encryption-ec.jwk
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list