[java-plugin-shibd-saml] branch main updated: Populate some extraction defaults.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 17 15:36:33 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-plugin-shibd-saml.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd-saml.git;a=commit;h=fd49673ebf57aebfc45cb6cb64ae80f306c80e63
The following commit(s) were added to refs/heads/main by this push:
new fd49673 Populate some extraction defaults.
fd49673 is described below
commit fd49673ebf57aebfc45cb6cb64ae80f306c80e63
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 17 11:36:31 2025 -0400
Populate some extraction defaults.
---
.../net/shibboleth/idp/module/conf/sp/saml.properties | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
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 0138408..bde7435 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
@@ -28,11 +28,13 @@ sp.saml.encryption.cert = %{idp.home}/credentials/sp/sp-encryption.crt
# "Standard" attribute extraction from SAML response/assertion
#sp.saml.extractStandardAttributes = false
-#sp.saml.issuerAttributeId =
-#sp.saml.authnInstantAttributeId =
-#sp.saml.authnContextClassRefAttributeId =
-#sp.saml.authnContextDeclRefAttributeId =
-#sp.saml.sessionIndexAttributeId =
+# Legacy names defaulted into agents
+#sp.saml.issuerAttributeId = Shib-Identity-Provider
+#sp.saml.authnInstantAttributeId = Shib-Authentication-Instant
+#sp.saml.authnContextClassRefAttributeId = Shib-AuthnContext-Class
+#sp.saml.authnContextDeclRefAttributeId = Shib-AuthnContext-Decl
+#sp.saml.sessionIndexAttributeId = Shib-Session-Index
+# Additonal extraction points available
#sp.saml.consentAttributeId =
#sp.saml.authorityAttributeId =
#sp.saml.notBeforeAttributeId =
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list