[java-oidc-common] branch dev/JCOMOIDC-139 updated: JCOMOIDC-149 - Add isResolveAttributes to OIDCSSORelyingPartyConfiguration

Codeberg noreply at shibboleth.net
Thu Nov 27 14:22:18 UTC 2025


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-oidc-common/commit/b0ed798cd227d01af45035110ddc8bb812955300

The following commit(s) were added to refs/heads/dev/JCOMOIDC-139 by this push:
     new b0ed798  JCOMOIDC-149 - Add isResolveAttributes to OIDCSSORelyingPartyConfiguration
b0ed798 is described below

commit b0ed798cd227d01af45035110ddc8bb812955300
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Nov 27 14:22:10 2025 +0000

    JCOMOIDC-149 - Add isResolveAttributes to
    OIDCSSORelyingPartyConfiguration
    
    https://shibboleth.atlassian.net/browse/JCOMOIDC-149
---
 .../oidc/profile/config/OIDCSSORelyingPartyConfiguration.java         | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCSSORelyingPartyConfiguration.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCSSORelyingPartyConfiguration.java
index a9b0e76..7fa61b0 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCSSORelyingPartyConfiguration.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCSSORelyingPartyConfiguration.java
@@ -24,6 +24,7 @@ import org.opensaml.profile.context.ProfileRequestContext;
 import net.shibboleth.idp.attribute.IdPAttribute;
 import net.shibboleth.oidc.profile.oauth2.config.OAuth2ClientAuthenticableClientProfileConfiguration;
 import net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenEncryptionProfileConfiguration;
+import net.shibboleth.profile.config.AttributeResolvingProfileConfiguration;
 import net.shibboleth.profile.config.OverriddenIssuerProfileConfiguration;
 import net.shibboleth.shared.annotation.ConfigurationSetting;
 
@@ -32,7 +33,8 @@ import net.shibboleth.shared.annotation.ConfigurationSetting;
  */
 public interface OIDCSSORelyingPartyConfiguration extends OAuth2TokenEncryptionProfileConfiguration, 
     OverriddenIssuerProfileConfiguration, OIDCFlowAwareProfileConfiguration, 
-    OAuth2ClientAuthenticableClientProfileConfiguration, OIDCSSOProfileConfiguration {
+    OAuth2ClientAuthenticableClientProfileConfiguration, OIDCSSOProfileConfiguration, 
+    AttributeResolvingProfileConfiguration {
     
     /**
      * Get a strategy function to apply to OIDC tokens to extract additional {@link IdPAttribute}

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


More information about the commits mailing list