Skip to content
Snippets Groups Projects
Commit 60b0bb98 authored by Scotty Logan's avatar Scotty Logan
Browse files

reverted ACS binding to POST from REDIRECT

parent 34bb2401
No related branches found
Tags v0.1.2
No related merge requests found
......@@ -403,7 +403,7 @@ class Stanford_Auth {
'NameIDFormat' => OneLogin\Saml2\Constants::NAMEID_PERSISTENT,
'assertionConsumerService' => array(
'url' => home_url( 'wp-login.php' ),
'binding' => OneLogin\Saml2\Constants::BINDING_HTTP_REDIRECT,
'binding' => OneLogin\Saml2\Constants::BINDING_HTTP_POST,
),
),
'idp' => array(
......
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