[java-idp-oidc] branch main updated (e7dfec5e -> c3435bdf)
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Mar 17 10:23:20 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 e7dfec5e JCOMOIDC-41 - Move OIDC Signature Validation resolvers and parameter classes to commons
new c5282ae0 JCOMOIDC-41 - Move OIDC Signature Validation resolvers and parameter classes to commons
new c3435bdf JCOMOIDC-67 - Improve support for RSA* and ECDH-ES* JWE algorithms
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:
.../logic/PayloadFromUserInfoLookupFunction.java | 7 +-
idp-oidc-extension-impl/pom.xml | 7 +
.../idp/flows/oidc/authorize/authorize-beans.xml | 64 +++
.../idp/flows/oidc/authorize/authorize-flow.xml | 2 +
.../idp/flows/oidc/token/token-beans.xml | 2 +
.../flow/AbstractIssuedJWTSecurityTest.java | 556 +++++++++++++++++++++
.../AbstractOidcClientAuthenticationFlowTest.java | 11 +-
.../oidc/op/profile/flow/AbstractOidcFlowTest.java | 41 +-
.../oidc/op/profile/flow/AuthorizeFlowTest.java | 15 +-
.../op/profile/flow/ConfigurationFlowTest.java | 5 +-
.../op/profile/flow/IssuedEncryptedJWTTest.java | 475 ++++++++++++++++++
.../op/profile/flow/IssuedJWTSignatureTest.java | 404 ---------------
.../oidc/op/profile/flow/IssuedSignedJWTTest.java | 154 ++++++
.../plugin/oidc/op/profile/flow/TokenFlowTest.java | 14 +-
.../plugin/oidc/op/profile/flow/UserInfoTest.java | 11 +-
.../src/test/resources/conf/relying-party.xml | 17 +
16 files changed, 1353 insertions(+), 432 deletions(-)
create mode 100644 idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/AbstractIssuedJWTSecurityTest.java
create mode 100644 idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/IssuedEncryptedJWTTest.java
delete mode 100644 idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/IssuedJWTSignatureTest.java
create mode 100644 idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/IssuedSignedJWTTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list