[java-oidc-common] branch dev/JCOMOIDC-139 updated (476d4b0d -> 0f6434d2)

Codeberg noreply at shibboleth.net
Tue Feb 17 20:14:35 UTC 2026


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

codeberg pushed a change to branch dev/JCOMOIDC-139
in repository java-oidc-common.

 discard 476d4b0d Fix redirect_uri in token request
 discard 79f83790 JSHIBDOIDC-8 - Add back missing token validation logic
 discard 270be6da JCOMOIDC-148 - Add AttributeExtractionStrategy to OIDCSSORelyingPartyConfiguration
 discard 8f199fb9 JCOMOIDC-150 - Add AttributeResolutionPrincipal to OIDCSSORelyingPartyConfiguration
 discard b0ed798c JCOMOIDC-149 - Add isResolveAttributes to OIDCSSORelyingPartyConfiguration
 discard a92defff JCOMOIDC-148 - Add AttributeExtractionStrategy to OIDCSSORelyingPartyConfiguration
 discard f327f1dd JCOMOIDC-148 - Add AttributeExtractionStrategy to OIDCSSORelyingPartyConfiguration
 discard 77efce8e Copy over UserInfo lookup encoders and decoders from the RP
 discard b459af4d WIP: Add lookup strategies and contexts and predicates from the RP
 discard c7353a25 Move in Token request encoders and response decoders and other functions
 discard e2488e4e Add JSON support to state token. Add post decoder support
 discard e272726a JCOMOIDC-145 - Move authentication request handlers from the RP-Proxy into oidc-common
 discard 98631e12 JCOMOIDC-140 - Add disallowed features bit constants
 discard 6ebda135 JCOMOIDC-144 - Add ui_locales parameter to the AuthenticationRequest object
 discard ac595659 Add ui_locales setting on message encoder
 discard e8602f98 JCOMOIDC-138 - Add RequestedClaims to the RelyingParty profile configuration
 discard bd818cfb JCOMOIDC-142 - Add a Resource Indicator configuration setting
 discard e541c997 JCOMOIDC-142 - Add a Resource Indicator configuration setting
 discard 1c975a6a JCOMOIDC-140 - Add disallowed features bit constants
     add 2ca78f29 JCOMOIDC-152 - Deprecate the setAuthenticationFlows profile setting
     add d0e57e78 Bump version to 3.4.0-SNAPSHOT and module ID to idp.oidc.common.8
     new 8a091865 JCOMOIDC-140 - Add disallowed features bit constants
     new 6c2d7d91 JCOMOIDC-142 - Add a Resource Indicator configuration setting
     new 517aee70 JCOMOIDC-142 - Add a Resource Indicator configuration setting
     new 44f6e825 JCOMOIDC-138 - Add RequestedClaims to the RelyingParty profile configuration
     new 7f80b3aa Add ui_locales setting on message encoder
     new cdd5c8bb JCOMOIDC-144 - Add ui_locales parameter to the AuthenticationRequest object
     new e4d30670 JCOMOIDC-140 - Add disallowed features bit constants
     new b3b1555f JCOMOIDC-145 - Move authentication request handlers from the RP-Proxy into oidc-common
     new 590a90a4 Add JSON support to state token. Add post decoder support
     new 27cb0538 Move in Token request encoders and response decoders and other functions
     new 5998e093 WIP: Add lookup strategies and contexts and predicates from the RP
     new fc2e600e Copy over UserInfo lookup encoders and decoders from the RP
     new 3468fcca JCOMOIDC-148 - Add AttributeExtractionStrategy to OIDCSSORelyingPartyConfiguration
     new a497ab82 JCOMOIDC-148 - Add AttributeExtractionStrategy to OIDCSSORelyingPartyConfiguration
     new c16fe5d1 JCOMOIDC-149 - Add isResolveAttributes to OIDCSSORelyingPartyConfiguration
     new fd519705 JCOMOIDC-150 - Add AttributeResolutionPrincipal to OIDCSSORelyingPartyConfiguration
     new 6800f395 JCOMOIDC-148 - Add AttributeExtractionStrategy to OIDCSSORelyingPartyConfiguration
     new 616f45ba JSHIBDOIDC-8 - Add back missing token validation logic
     new b373bc67 Fix redirect_uri in token request
     new 0f6434d2 Cleanups before merging back to main

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   (476d4b0d)
            \
             N -- N -- N   refs/heads/dev/JCOMOIDC-139 (0f6434d2)

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 20 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:
 oidc-common-attribute-api/pom.xml                  |  2 +-
 oidc-common-attribute-impl/pom.xml                 |  2 +-
 oidc-common-bom/pom.xml                            |  2 +-
 oidc-common-crypto-api/pom.xml                     |  2 +-
 oidc-common-crypto-impl/pom.xml                    |  2 +-
 .../impl/AbstractTokenResponseLookupStrategy.java  |  4 +-
 oidc-common-dist/pom.xml                           |  2 +-
 oidc-common-metadata-api/pom.xml                   |  2 +-
 oidc-common-metadata-impl/pom.xml                  |  2 +-
 oidc-common-plugin/pom.xml                         |  2 +-
 ...DCCommonModule5.java => OIDCCommonModule8.java} |  6 +-
 .../shibboleth/oidc/common/OIDCCommonPlugin.java   |  5 +-
 .../services/net.shibboleth.idp.module.IdPModule   |  1 +
 .../net/shibboleth/oidc/common/module.properties   |  4 +
 .../net/shibboleth/oidc/common/plugin.properties   |  2 +-
 oidc-common-profile-api/pom.xml                    |  2 +-
 .../oidc/profile/context/OIDCAuthnContext.java     | 94 ----------------------
 .../context/OutboundMessageHandlerContext.java     | 69 ----------------
 .../AbstractTokenResponseLookupStrategy.java       |  2 +-
 .../profile/core/OAuthAuthorizationRequest.java    |  6 +-
 .../shibboleth/oidc/profile/core/StateToken.java   |  6 +-
 oidc-common-profile-impl/pom.xml                   |  2 +-
 .../messaging/handler/impl/AddStateHandler.java    |  2 +-
 ...th2ClientAuthenticableProfileConfiguration.java | 13 ++-
 oidc-common-saml-api/pom.xml                       |  2 +-
 oidc-common-saml-impl/pom.xml                      |  2 +-
 pom.xml                                            |  2 +-
 27 files changed, 49 insertions(+), 193 deletions(-)
 copy oidc-common-plugin/src/main/java/net/shibboleth/oidc/common/{OIDCCommonModule5.java => OIDCCommonModule8.java} (85%)
 delete mode 100644 oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/context/OIDCAuthnContext.java
 delete mode 100644 oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/context/OutboundMessageHandlerContext.java

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


More information about the commits mailing list