From f7f1faae14c2bd9364f312f2caebe929737dc043 Mon Sep 17 00:00:00 2001 From: Zach Black <zblack@unl.edu> Date: Thu, 24 Sep 2020 21:55:21 +0000 Subject: [PATCH] more fusion changes --- nefed.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nefed.xml b/nefed.xml index 1461584..b999406 100644 --- a/nefed.xml +++ b/nefed.xml @@ -4665,6 +4665,9 @@ <saml:Attribute Name="http://macedir.org/entity-category" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"> <saml:AttributeValue>https://nebraska.edu/category/registered-by-nefed</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>unNUID</saml:AttributeValue> + </saml:Attribute> </mdattr:EntityAttributes> <mdui:UIInfo> <mdui:DisplayName xml:lang="en">Fusion GO</mdui:DisplayName> @@ -4689,7 +4692,7 @@ </ds:X509Data> </ds:KeyInfo> </KeyDescriptor> - <NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified</NameIDFormat> + <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat> <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://innosoftfusiongo.com/sso/login/login-process-shibboleth.php" index="1"/> </SPSSODescriptor> <Organization> -- GitLab