[java-identity-provider] branch main updated: Temp fix for SAML 1 test pending investigation.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 23 20:25:48 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=930645430cb824f9dff3387a1cef8ec235ddde2e
The following commit(s) were added to refs/heads/main by this push:
new 930645430 Temp fix for SAML 1 test pending investigation.
930645430 is described below
commit 930645430cb824f9dff3387a1cef8ec235ddde2e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 23 16:25:45 2024 -0400
Temp fix for SAML 1 test pending investigation.
---
idp-conf-impl/src/test/resources/metadata/example-metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/idp-conf-impl/src/test/resources/metadata/example-metadata.xml b/idp-conf-impl/src/test/resources/metadata/example-metadata.xml
index 15493817e..74ecf92bb 100644
--- a/idp-conf-impl/src/test/resources/metadata/example-metadata.xml
+++ b/idp-conf-impl/src/test/resources/metadata/example-metadata.xml
@@ -20,6 +20,10 @@
<saml:AttributeValue>attribute-release</saml:AttributeValue>
</saml:Attribute>
-->
+ <saml:Attribute Name="http://shibboleth.net/ns/profiles/saml1/sso/browser/includeAttributeStatement"
+ NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
+ <saml:AttributeValue>true</saml:AttributeValue>
+ </saml:Attribute>
<saml:Attribute Name="http://shibboleth.net/ns/profiles/saml2/sso/browser/encryptAssertions"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
<saml:AttributeValue>true</saml:AttributeValue>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list