From 88556d0b06f44c027ba90e076a7331cc52d14e9d Mon Sep 17 00:00:00 2001 From: Andrew Costa <andrew.costa@nebraska.edu> Date: Fri, 8 Oct 2021 10:24:43 -0500 Subject: [PATCH] Updated NameIDFormat to use persistent instead of emailAddress --- nefed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nefed.xml b/nefed.xml index f3b17c8..e5211be 100644 --- a/nefed.xml +++ b/nefed.xml @@ -14190,7 +14190,7 @@ KNGked4df0r1o5CozJ35FjKx1fiYucuvGXU+UZd5Yg6sF6MRhQqud32X3eOFJXS/ndm/jGit7B6A </Extensions> <SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://demo.healthimprovementsolutions.com/une/sls"/> - <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:emailAddress</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://demo.healthimprovementsolutions.com/une/acs" index="1"/> </SPSSODescriptor> <Organization> -- GitLab