¡@

Home 

php Programming Glossary: discovery

Cross Domain Single Selective Sign In

http://stackoverflow.com/questions/2261300/cross-domain-single-selective-sign-in

protection your client sites just get to skip the initial discovery part of OpenID and always redirect users to the login.mysite.com..

How to detect if a page is an RSS or ATOM feed

http://stackoverflow.com/questions/2442984/how-to-detect-if-a-page-is-an-rss-or-atom-feed

in PHP. One of the features i'm working on is feed auto discovery. If a user enters a website URL the script will detect that..

Best way to implement Single-Sign-On with all major providers?

http://stackoverflow.com/questions/4061537/best-way-to-implement-single-sign-on-with-all-major-providers

endpoint. Some of them the ones mentioned above do have discovery urls where the user id is automatically returned so that the..

Is this a good way to match URI to class/method in PHP for MVC

http://stackoverflow.com/questions/7033318/is-this-a-good-way-to-match-uri-to-class-method-in-php-for-mvc

to the Router . Additionally you could consider some auto discovery scheme that for instance will check the folder plugins for folders..

PHP error connecting to MS SQL database using PDO_DBLIB

http://stackoverflow.com/questions/7101719/php-error-connecting-to-ms-sql-database-using-pdo-dblib

How do I implement Direct Identity based OpenID authentication with Zend OpenID

http://stackoverflow.com/questions/741345/how-do-i-implement-direct-identity-based-openid-authentication-with-zend-openid

as it runs a series of regular expression checks to make a discovery. php zend framework authentication login openid share improve.. these changes go in Zend OpenId Consumer.php First in the _discovery method add the following on the series of preg_match checks..

Janrain's PHP-OpenID and Google/Yahoo

http://stackoverflow.com/questions/992682/janrains-php-openid-and-google-yahoo

don't use a user specific URL but rather have the user discovery framework all on their end which throws the default Janrain.. From what I've seen it looks like it's probably the YADIS discovery that is throwing the error which should be able to be bypassed.. the error which should be able to be bypassed since the discovery is on Google or Yahoo's end but I'm not sure. This is all a..