[java-oidc-common] branch main updated: Add profile option for reverting 'aud' claims in JWT authentication assertions to tokenEndpointURL

Phil Smart philip.smart at jisc.ac.uk
Wed Jun 4 09:08:25 UTC 2025


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

philsmart pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=8d71cfeda4517d372fd329856ad64b6da823df48

The following commit(s) were added to refs/heads/main by this push:
     new 8d71cfe  Add profile option for reverting 'aud' claims in JWT authentication assertions to tokenEndpointURL
8d71cfe is described below

commit 8d71cfeda4517d372fd329856ad64b6da823df48
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Jun 4 10:08:23 2025 +0100

    Add profile option for reverting 'aud' claims in JWT authentication
    assertions to tokenEndpointURL
    
         - Fix configuration setting name
    
    https://shibboleth.atlassian.net/browse/JCOMOIDC-129
---
 .../config/OAuth2ClientAuthenticableClientProfileConfiguration.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/oauth2/config/OAuth2ClientAuthenticableClientProfileConfiguration.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/oauth2/config/OAuth2ClientAuthenticableClientProfileConfiguration.java
index a0eb662..56c8f16 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/oauth2/config/OAuth2ClientAuthenticableClientProfileConfiguration.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/oauth2/config/OAuth2ClientAuthenticableClientProfileConfiguration.java
@@ -83,7 +83,7 @@ public interface OAuth2ClientAuthenticableClientProfileConfiguration
      * 
      * @since 3.3.0
      */
-    @ConfigurationSetting(name="useTokenEndpointAsJWTAudience")
+    @ConfigurationSetting(name="useTargetedEndpointAsJWTAudience")
     boolean isUseTargetedEndpointAsJWTAudience(@Nullable final ProfileRequestContext profileRequestContext);
 
 }

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


More information about the commits mailing list