From ea93aaab4ae52018bf8cecd5fd6468b2d7008aef Mon Sep 17 00:00:00 2001 From: Rory Larson <rarson1@unl.edu> Date: Thu, 6 Apr 2023 15:59:37 -0500 Subject: [PATCH] Fixed ACL value to add line with correct case. --- nefed.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/nefed.xml b/nefed.xml index 14b5cc9..0e06ce1 100644 --- a/nefed.xml +++ b/nefed.xml @@ -27990,7 +27990,18 @@ U7pqIOAidMaJagDd0Q3dxWGl</ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> </KeyDescriptor> - <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:emailAddress</NameIDFormat><AssertionConsumerService isDefault="true" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://s3.ariba.com/Buyer/Main/ad/samlAuth/SSOActions?realm=nusystemchildsite-1-T" index="1"/> </SPSSODescriptor> + <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:emailAddress</NameIDFormat> + <AssertionConsumerService + isDefault="true" + Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" + Location="https://s3.ariba.com/Buyer/Main/ad/samlAuth/SSOActions?realm=NUSystemCHILDSITE-1-T" + index="1"/> + <AssertionConsumerService + isDefault="true" + Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" + Location="https://s3.ariba.com/Buyer/Main/ad/samlAuth/SSOActions?realm=nusystemchildsite-1-T" + index="2"/> + </SPSSODescriptor> <Organization> <OrganizationName xml:lang="en">Ariba</OrganizationName> <OrganizationDisplayName xml:lang="en">Ariba</OrganizationDisplayName> -- GitLab