Skip to content
Snippets Groups Projects
Commit 410067e3 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

I switched two urls in metadata generation

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@7 44740490-163a-0410-bde0-09ae8108e29a
parent 6a64ca63
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ try { ...@@ -32,7 +32,7 @@ try {
<SingleLogoutService <SingleLogoutService
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
Location="' . $spmeta['assertionConsumerServiceURL'] . '"/> Location="' . $spmeta['SingleLogOutUrl'] . '"/>
<NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat> <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat>
...@@ -40,7 +40,7 @@ try { ...@@ -40,7 +40,7 @@ try {
index="0" index="0"
isDefault="true" isDefault="true"
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Location="' . $spmeta['SingleLogOutUrl'] . '" /> Location="' . $spmeta['assertionConsumerServiceURL'] . '" />
</SPSSODescriptor> </SPSSODescriptor>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment