I am in need of an authentication system that would work in harmony with the current authentication system my client's server uses.
The current system works as follows:
A page requiring authentication invokes an in-house developed mod_auth Apache module in the .htaccess file.
The user is redirected to a generic log in page.
After ente...
Aim:
To have own OpenId provider connected with self-hosted Wordpress blog, so Wordpress admin could use his OpenId to login to Admin Panel, and also to comment other blogs with this OpenId.
Blog address: http://blog.blomqvist.no
OpenId provider: /id/
OpenId created: same as blog address
WP Plugins used:
WP-Yadis 1.2.1
XRDS-Simple 1....
Recently, I've begun writing my own PHP OpenID consumer class in order to better understand openID. As a guide, I've been referencing the [LightOpenID Class][1]. For the most part, I understand the code and how OpenID works. My confusion comes when looking at the author's discover function:
function discover($url)
{
if(!$url) throw ...
Hello all,
I have the latest version of Janrain's library (v2.2.2) for OpenID.
The following endpoints will work :
https:// me.yahoo. com/user
http:// www.google .com/accounts/o8/id
http:// user.myopenid. com
But if I only use "yahoo.com", it will fail. The example given with the library also fails.
Does anyone have the same issue...