From bdc052303d7796f14a265f0b383f65aeea9c9f16 Mon Sep 17 00:00:00 2001 From: Samay Bhojwani <samaybhojwani@nebraska.edu> Date: Mon, 14 Apr 2025 14:01:50 -0500 Subject: [PATCH] correcting indentation --- oidc/edu.unl.lstit-door.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/oidc/edu.unl.lstit-door.xml b/oidc/edu.unl.lstit-door.xml index 18f44d2..70808ba 100644 --- a/oidc/edu.unl.lstit-door.xml +++ b/oidc/edu.unl.lstit-door.xml @@ -17,13 +17,13 @@ </md:KeyDescriptor> <md:NameIDFormat>urn:mace:shibboleth:metadata:oidc:1.0:nameid-format:public</md:NameIDFormat> <md:AssertionConsumerService - Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" - Location="https://LSTIT-DOOR.unl.edu/AIUniversal/Account/RegisterExternalLogin.aspx" - index="1"/> + Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" + Location="https://LSTIT-DOOR.unl.edu/AIUniversal/Account/RegisterExternalLogin.aspx" + index="1"/> -<md:AssertionConsumerService - Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" - Location="https://LSTIT-DOORTEST.unl.edu/AIUniversal/Account/RegisterExternalLogin.aspx" - index="2"/> + <md:AssertionConsumerService + Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" + Location="https://LSTIT-DOORTEST.unl.edu/AIUniversal/Account/RegisterExternalLogin.aspx" + index="2"/> </md:SPSSODescriptor> </md:EntityDescriptor> -- GitLab