summaryrefslogtreecommitdiff
path: root/extlib/Auth/OpenID/Consumer.php
diff options
context:
space:
mode:
Diffstat (limited to 'extlib/Auth/OpenID/Consumer.php')
-rw-r--r--extlib/Auth/OpenID/Consumer.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/extlib/Auth/OpenID/Consumer.php b/extlib/Auth/OpenID/Consumer.php
index 500890b65..130fe0713 100644
--- a/extlib/Auth/OpenID/Consumer.php
+++ b/extlib/Auth/OpenID/Consumer.php
@@ -966,6 +966,9 @@ class Auth_OpenID_GenericConsumer {
// framework will not want to block on this call to
// _checkAuth.
if (!$this->_checkAuth($message, $server_url)) {
+ var_dump($message);
+ var_dump($server_url);
+ var_dump($this);
return new Auth_OpenID_FailureResponse(null,
"Server denied check_authentication");
}