From fef0cd659f6dea6a17919ad7a1e2d38ede3af23f Mon Sep 17 00:00:00 2001 From: Ryan Rumbaugh <rrumbaugh@nebraska.edu> Date: Tue, 30 Jul 2024 13:39:09 -0500 Subject: [PATCH] Add persistent nameid to iClicker beta site --- nefed.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/nefed.xml b/nefed.xml index 25a6e66..cf9e6e1 100644 --- a/nefed.xml +++ b/nefed.xml @@ -34480,6 +34480,7 @@ PRD49iI+tL/VkGo= <EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#rsa-oaep" /> <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p" /> </KeyDescriptor> + <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat> <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://sp-beta.reef-education.com/Shibboleth.sso/Artifact/SOAP" index="1" /> <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://sp-beta.reef-education.com/Shibboleth.sso/SLO/SOAP" /> <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://sp-beta.reef-education.com/Shibboleth.sso/SLO/Redirect" /> -- GitLab