diff options
-rw-r--r-- | Auth/OpenID/Consumer.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index f8f1089..93bd929 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -1098,6 +1098,11 @@ class Auth_OpenID_GenericConsumer { $to_match->claimed_id)); } + return $this->_verifyDiscoveryServices($services, $to_match); + } + + function _verifyDiscoveryServices(&$services, &$to_match) + { // Search the services resulting from discovery to find one // that matches the information from the assertion |