[java-identity-provider] branch main updated: Poke in additional metadata setting for testing.
Scott Cantor
cantor.2 at osu.edu
Wed Feb 1 21:17:00 UTC 2023
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=e77bc64d98992ff4dc8b07b3170910d9560e5556
The following commit(s) were added to refs/heads/main by this push:
new e77bc64d9 Poke in additional metadata setting for testing.
e77bc64d9 is described below
commit e77bc64d98992ff4dc8b07b3170910d9560e5556
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 1 16:16:57 2023 -0500
Poke in additional metadata setting for testing.
---
idp-conf/src/test/resources/metadata/example-metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/idp-conf/src/test/resources/metadata/example-metadata.xml b/idp-conf/src/test/resources/metadata/example-metadata.xml
index 3053295a4..779f065fa 100644
--- a/idp-conf/src/test/resources/metadata/example-metadata.xml
+++ b/idp-conf/src/test/resources/metadata/example-metadata.xml
@@ -24,6 +24,10 @@
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/resolveAttributes"
+ 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/attributes/releaseAllValues"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
<saml:AttributeValue>eduPersonPrincipalName</saml:AttributeValue>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list