[java-plugin-shibd-saml] branch main updated: Add a property to enable attribute resolution.

Codeberg noreply at shibboleth.net
Mon Apr 6 13:41:28 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-plugin-shibd-saml.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/9dddd2758c745a6c5ad9f90900a27de4b7e4bf17

The following commit(s) were added to refs/heads/main by this push:
     new 9dddd27  Add a property to enable attribute resolution.
9dddd27 is described below

commit 9dddd2758c745a6c5ad9f90900a27de4b7e4bf17
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 6 09:41:14 2026 -0400

    Add a property to enable attribute resolution.
---
 .../resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml  | 3 ++-
 .../main/resources/net/shibboleth/idp/module/conf/sp/saml.properties   | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
index f5371bb..1a0dd0b 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
@@ -64,7 +64,8 @@
         p:checkAddress="%{sp.saml.checkAddress:true}"
         p:checkInResponseTo="%{sp.saml.checkInResponseTo:true}"
         p:allowUnsolicited="%{sp.saml.allowUnsolicited:true}"
-        p:extractStandardAttributes="%{sp.saml.extractStandardAttributes:false}" />
+        p:extractStandardAttributes="%{sp.saml.extractStandardAttributes:false}"
+        p:resolveAttributes="%{sp.saml.resolveAttributes:false}" />
 
     <util:constant id="SAML2.SSO.FEATURE_AUTHNCONTEXT"
         static-field="net.shibboleth.saml.saml2.profile.config.BrowserSSOProfileConfiguration.FEATURE_AUTHNCONTEXT"/>
diff --git a/sp-saml-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/saml.properties b/sp-saml-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/saml.properties
index 04ea739..2669d87 100644
--- a/sp-saml-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/saml.properties
+++ b/sp-saml-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/saml.properties
@@ -59,6 +59,8 @@ sp.saml.encryption.cert = %{idp.home}/credentials/sp/sp-encryption.crt
 #sp.saml.addressAttributeId =
 #sp.saml.dnsNameAttributeId =
 
+# Configures use of the Attribute Resolver for enrichment
+#sp.saml.resolveAttributes = false
 
 # Each protocol plugin will contain an order priority controlling
 # relative order of use when handling requests, lower is "earlier".

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


More information about the commits mailing list