From 9e86e9e419da5d1c35379c4b33d84f077889cdab Mon Sep 17 00:00:00 2001 From: Ryan Rumbaugh <rrumbaugh@nebraska.edu> Date: Mon, 19 Aug 2024 16:21:43 -0500 Subject: [PATCH] Use email nameid for Prisma --- nefed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nefed.xml b/nefed.xml index 7025ec6..a7a5561 100644 --- a/nefed.xml +++ b/nefed.xml @@ -34235,7 +34235,7 @@ PRD49iI+tL/VkGo= </Extensions> <SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> - <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat> + <NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</NameIDFormat> <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://api.prismacloud.io/saml" index="1" /> -- GitLab