[java-plugin-shibd-saml] branch main updated: Default in extraction names.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 17 15:52:03 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=d78296b51a94fbbadfeb1adb622fd5f000933aac
The following commit(s) were added to refs/heads/main by this push:
new d78296b Default in extraction names.
d78296b is described below
commit d78296b51a94fbbadfeb1adb622fd5f000933aac
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 17 11:52:01 2025 -0400
Default in extraction names.
---
.../net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
index 6f767f0..dd80fc2 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
@@ -220,11 +220,11 @@
<bean id="StandardExtractionStrategy"
class="net.shibboleth.sp.saml.saml2.profile.impl.ExtractSAMLAttributes.StandardExtractionStrategy"
- p:issuerAttributeId="%{sp.saml.issuerAttributeId:}"
- p:authnInstantAttributeId="%{sp.saml.authnInstantAttributeId:}"
- p:authnContextClassRefAttributeId="%{sp.saml.authnContextClassRefAttributeId:}"
- p:authnContextDeclRefAttributeId="%{sp.saml.authnContextDeclRefAttributeId:}"
- p:sessionIndexAttributeId="%{sp.saml.sessionIndexAttributeId:}"
+ p:issuerAttributeId="%{sp.saml.issuerAttributeId:Shib-Identity-Provider}"
+ p:authnInstantAttributeId="%{sp.saml.authnInstantAttributeId:Shib-Authentication-Instant}"
+ p:authnContextClassRefAttributeId="%{sp.saml.authnContextClassRefAttributeId:Shib-AuthnContext-Class}"
+ p:authnContextDeclRefAttributeId="%{sp.saml.authnContextDeclRefAttributeId:Shib-AuthnContext-Decl}"
+ p:sessionIndexAttributeId="%{sp.saml.sessionIndexAttributeId:Shib-Session-Index}"
p:consentAttributeId="%{sp.saml.consentAttributeId:}"
p:authenticatingAuthorityAttributeId="%{sp.saml.authorityAttributeId:}"
p:notBeforeAttributeId="%{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