[java-oidc-common] branch dev/JCOMOIDC-66 updated (883dec7 -> c8c2304)

Phil Smart philip.smart at jisc.ac.uk
Mon Apr 17 16:38:29 UTC 2023


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

philsmart pushed a change to branch dev/JCOMOIDC-66
in repository java-oidc-common.

 discard 883dec7  Javadoc fixes
 discard bb4b43f  Remove unnecessary interface. Cleanup definitions and annotations
 discard cca5752  Javadoc fixes
 discard 27196c1  Add is TLS server validation sufficient to RP profile config
 discard 7727bdb  JCOMOIDC-66 - Review ProfileConfiguration interfaces and concrete classes
     add b11f80a  Added event id for missing mandatory request object.
     add a1e3ff5  JOIDC-144 - Improve token audience handling with JWT authentication
     new 232b5c0  JCOMOIDC-66 - Review ProfileConfiguration interfaces and concrete classes
     new a93b18f  Add is TLS server validation sufficient to RP profile config
     new a94fff3  Javadoc fixes
     new f48f986  Remove unnecessary interface. Cleanup definitions and annotations
     new 77eb31c  Javadoc fixes
     new c8c2304  JCOMOIDC-66 - Review ProfileConfiguration interfaces and concrete classes

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (883dec7)
            \
             N -- N -- N   refs/heads/dev/JCOMOIDC-66 (c8c2304)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 6 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:
 .../context/OAuth2ClientAuthenticationContext.java |  24 ++-
 .../jwt/claims/impl/AudienceClaimsValidator.java   |  32 ++-
 .../AuthenticationAudienceClaimsValidator.java     | 135 ++++++++++++
 .../AuthenticationAudienceClaimsValidatorTest.java | 237 +++++++++++++++++++++
 .../config/OIDCSSOProviderConfiguration.java       |   3 +-
 .../config/OIDCSSORelyingPartyConfiguration.java   |   3 +-
 .../profile/config/OIDCUserInfoConfiguration.java  |   3 +-
 .../config/logic/EncryptionOptionalPredicate.java  |   6 +-
 .../shibboleth/oidc/profile/core/OidcEventIds.java |   5 +
 .../config/OAuth2TokenAudienceConfiguration.java   |   3 +-
 ...OAuth2TokenEncryptionProfileConfiguration.java} |   6 +-
 11 files changed, 438 insertions(+), 19 deletions(-)
 create mode 100644 oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jwt/claims/impl/AuthenticationAudienceClaimsValidator.java
 create mode 100644 oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/jwt/claims/impl/AuthenticationAudienceClaimsValidatorTest.java
 rename oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/{config/OIDCTokenEncryptionProfileConfiguration.java => oauth2/config/OAuth2TokenEncryptionProfileConfiguration.java} (86%)

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


More information about the commits mailing list