diff options
author | tailor <cygnus@janrain.com> | 2007-10-01 20:09:48 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-10-01 20:09:48 +0000 |
commit | f809201a6b3648cc2e5f66619115710f604a38ef (patch) | |
tree | 831cddcd9d65c2bf06fbd608a22a096592d57d78 /Auth | |
parent | de5e156cdbcfb53231b81db571e19ad0f920d51f (diff) | |
download | php-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.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 |