From bdb975f3104746edcb61470f24048b35335db097 Mon Sep 17 00:00:00 2001 From: Ryan Rumbaugh <rrumbaugh@nebraska.edu> Date: Wed, 6 Nov 2024 14:15:12 -0600 Subject: [PATCH] Add persistent nameid --- nefed.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/nefed.xml b/nefed.xml index 0d8e59d..61315ca 100644 --- a/nefed.xml +++ b/nefed.xml @@ -35890,6 +35890,7 @@ PRD49iI+tL/VkGo= <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://itssapuns.nebraska.edu:1443/sap/saml2/sp/slo/005" ResponseLocation="https://itssapuns.nebraska.edu:1443/sap/saml2/sp/slo/response/005" /> <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://itssapuns.nebraska.edu:1443/sap/saml2/sp/slo/005" /> <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://itssapuns.nebraska.edu:1443/sap/saml2/sp/slo/005" /> + <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://itssapuns.nebraska.edu:1443/sap/saml2/sp/acs/005" index="0" isDefault="true" /> <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://itssapuns.nebraska.edu:1443/sap/saml2/sp/acs/005" index="1" /> <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" Location="https://itssapuns.nebraska.edu:1443/sap/saml2/sp/acs/005" index="2" /> -- GitLab