summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-10-01 20:09:48 +0000
committertailor <cygnus@janrain.com>2007-10-01 20:09:48 +0000
commitf809201a6b3648cc2e5f66619115710f604a38ef (patch)
tree831cddcd9d65c2bf06fbd608a22a096592d57d78 /Auth
parentde5e156cdbcfb53231b81db571e19ad0f920d51f (diff)
downloadphp-openid-f809201a6b3648cc2e5f66619115710f604a38ef.zip
php-openid-f809201a6b3648cc2e5f66619115710f604a38ef.tar.gz
php-openid-f809201a6b3648cc2e5f66619115710f604a38ef.tar.bz2
[project @ Auth_OpenID_GenericConsumer::_verifyDiscoveredServices: split from _discoverAndVerify]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/Consumer.php5
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