Skip to content
Snippets Groups Projects
Unverified Commit b9f4a7fa authored by briancanini's avatar briancanini Committed by GitHub
Browse files

Merge pull request #107 from ASCWebServices/new-sso-keys

Turn off SSO auth request signing
parents c54be395 9500d20b
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
// The URL to the discovery service. // The URL to the discovery service.
// Can be NULL/unset, in which case a builtin discovery service will be used. // Can be NULL/unset, in which case a builtin discovery service will be used.
'discoURL' => null, 'discoURL' => null,
'sign.authnrequest' => true, 'sign.authnrequest' => false,
/* /*
* WARNING: SHA-1 is disallowed starting January the 1st, 2014. * WARNING: SHA-1 is disallowed starting January the 1st, 2014.
* *
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
// The URL to the discovery service. // The URL to the discovery service.
// Can be NULL/unset, in which case a builtin discovery service will be used. // Can be NULL/unset, in which case a builtin discovery service will be used.
'discoURL' => null, 'discoURL' => null,
'sign.authnrequest' => true, 'sign.authnrequest' => false,
/* /*
* WARNING: SHA-1 is disallowed starting January the 1st, 2014. * WARNING: SHA-1 is disallowed starting January the 1st, 2014.
* *
......
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