[java-oidc-common] 15/20: JCOMOIDC-149 - Add isResolveAttributes to OIDCSSORelyingPartyConfiguration
Codeberg
noreply at shibboleth.net
Tue Feb 17 20:14:50 UTC 2026
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/c16fe5d1357bb5ef0e62acb8cbc409076a15f575
commit c16fe5d1357bb5ef0e62acb8cbc409076a15f575
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 a9b0e765..7fa61b0c 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