[java-oidc-common] branch main updated (e955dba -> 525940f)

Henri Mikkonen henri.mikkonen at iki.fi
Tue Mar 28 13:37:23 UTC 2023


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

hjmikkon pushed a change to branch main
in repository java-oidc-common.

    from e955dba  Validate content encryption algorithm against exclusion in all cases.
     new 064099c  Add ClientInformationCriterion to the criteria set if client information was found.
     new 88707ca  New to verify the encryption parameters of an incoming encrypted JWT.
     new 525940f  A predicate for enforcing request object usage via profile config.

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:
 .../CheckClientJWTDecryptionConfiguration.java     | 239 +++++++++++++++++++++
 .../CheckClientJWTDecryptionConfigurationTest.java | 186 ++++++++++++++++
 ...edicate.java => UseRequestObjectPredicate.java} |   6 +-
 .../impl/PopulateJWTDecryptionParameters.java      |  38 +++-
 4 files changed, 463 insertions(+), 6 deletions(-)
 create mode 100644 oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/impl/CheckClientJWTDecryptionConfiguration.java
 create mode 100644 oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/CheckClientJWTDecryptionConfigurationTest.java
 copy oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/logic/{SignRequestObjectPredicate.java => UseRequestObjectPredicate.java} (88%)

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


More information about the commits mailing list