lightopenid Questions
1
I used the instructions given in this answer to setup login through Google via LightOpenId. It's working fine up till the point where it has to check $openid->mode to find out whether google has...
Autogenous asked 4/3, 2014 at 13:50
1
I'd like to implement an OpenID login system for my web application. I'm using LightOpenID for this. I've went to Google and found out that the old (well documented online) OpenID2 system became ol...
Laminous asked 15/7, 2014 at 16:52
1
I'm using LightOpenID to authenticate OpenID against Google Apps. I make the initial authURL() request and things are good. I call validate() and it fails. Through copious echo's, i've tracked it d...
Endocardial asked 28/3, 2011 at 17:56
3
Solved
I am currently using LightOpenID to allow users to log into my site, where I can automatically extract their username and email address:
$openid->required = array('namePerson/first', 'namePerso...
Geminian asked 24/6, 2012 at 11:4
4
Solved
Hello
I have downloaded LightOpenID (http://gitorious.org/lightopenid) few hours ago but still can't figure out how to make it work.
I got this google example saved in test.php file
<?php
requ...
Sennight asked 22/10, 2010 at 8:18
2
Solved
I want to play with OpenID support in Yii.
After researching for possible plugins, I found these two. One for OpenidSelector and one for LightOpenId
http://www.yiiframework.com/extension/simpleop...
December asked 13/4, 2011 at 6:22
2
Solved
I want to implement an OpenID login system with latest LightOpenID release. I'm testing the example provided with the source code line by line (I just replaced localhost with $_SERVER['HTTP_HOST'] ...
Contractual asked 18/11, 2011 at 19:0
1
Solved
I have added simpleopenidselector and lightopenid to my Yii web app and it does authenticate the user and it returns a url with openid data. The next step is to use the data from the OpenID provide...
Otolaryngology asked 12/8, 2011 at 16:2
2
Solved
I'm having problems with a small OpenID-library called LightOpenID
.
I can authenticate to almost all providers, but I don't know how to fetch the data from the provider. I only get Array(), even w...
Propolis asked 5/7, 2010 at 11:44
1
Solved
I am building an RESTful application. I plan to use OpenID for user authentication. Currently, I am using LightOpenID for OpenID authentication and I am able to authenticate my users.
My question...
Whittling asked 1/2, 2011 at 6:3
1
Solved
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...
Rialto asked 16/7, 2010 at 2:10
4
Solved
I'm getting confused.
I was able to make openid login kinda work using LightOpenID.
All I get doing that is just an openid_identity such as "https://www.google.com/accounts/o8/id?id=xxx". Pretty ...
Pitfall asked 13/7, 2010 at 23:3
3
Solved
I am developing an OpenID consumer in PHP and am using the fantastic LightOpenID library (http://gitorious.org/lightopenid). Basing my code off of that found in the example client script I have suc...
Yorgo asked 10/6, 2010 at 15:17
1
© 2022 - 2024 — McMap. All rights reserved.