1
vote
2answers
31 views
How to set url parameters in an array?
Hey guys I am using open id authentication on my website and after authenticating I am getting a url from openid providers i.e yahoo and google
http://www.mysite.com/openid-login.php?
…
0
votes
2answers
50 views
Are there any lightweight ASP.NET MVC-based frameworks supporting OpenID?
I am looking for a lightweight framework that will allow me to knock out a MVC CRUD website very quickly, and I need it to support OpenID.
Is there anything like this?
2
votes
2answers
54 views
Open id authentication in the same page
I have a requirement where the login page opens up the main page in a popup,
this is how I handled it in normal authentication:
<http>
...
<form-login login-page="/Login.html" …
0
votes
1answer
20 views
Zend_OpenId_Consumer - Login failed
I get every time this error, why?
OpenID login failed!
$consumer = new Zend_OpenId_Consumer();
if (!$consumer->login('http://openid.org/webo')) {
die("OpenID login failed!");
}
0
votes
0answers
28 views
Google Federated Login vs Hybrid Protocol vs Google Data Authentication. Whats’s the Difference?
Hi,
I am trying to implement Google Authentication in my website, in which I would also be pulling some Google Data using the Google Data API and I am using Google App Engine with Jinja2.
My …
0
votes
3answers
56 views
How to use OpenID in RESTful API?
I'm building Pylons-based web application with RESTful API, which currently lacks any authentication. So I'm going to implement that and in order to avoid all the trouble and caution with storing user …
1
vote
1answer
34 views
OpenID provider on localhost with DotNetOpenAuth.
I have the DotNetOpenAuth sample provider running locally and it appears to correctly handle requests via the web browser. I can step through the handler for authorisation in the debugger.
I have a …
1
vote
2answers
24 views
Open ID implementation feedback
Hi I have found an article on implementing OpenID on my C# site http://madskristensen.net/post/OpenID-implementation-in-Csharp-and-ASPNET.aspx
I have a few basic needs, mainly need to add some sort …
0
votes
2answers
73 views
Is Facebook an OpenID provider?
Is Facebook an OpenID provider? I know they are an OpenID supporter but do they allow people to authenticate with other sites via OpenID with their Facebook credentials?
0
votes
2answers
21 views
How to design the member system of a website considering openID?
I am designing the database of a website and I have noticed that stackoverflow adopts openID which is very impressive. But what if some users use email address which doesn't support openID. What do …
0
votes
2answers
23 views
What kind of Service is OpenID and Gravatar
The reason I ask is beacause I want to find other services like these two. It saved me alot of time developing my own solution. So what is the name of these kind of services?
1
vote
0answers
47 views
website with openid, facebook connect
Hi,
My Google app engine java website uses opendid to login, and I plan to add facebook connect.
Any thought of how to save the openid/facebook userid elegantly?
Many thanks
don
2
votes
2answers
51 views
Provide your own openid server
Right now I use 3rd party sites to act as my openid provider (myvidoop and myopenid). I was thinking about enabling my site to act as my provider. I thought for sure there would be some scripts I …
1
vote
1answer
53 views
Why does my OpenID app receive different Google OpenIDs from different client machines for the same user?
I'm adding OpenID login to a small web app using Spring Security 2.0.5. I want to be able to identify users within my application based on the OpenID identifier with which they logged in. This works …
1
vote
2answers
61 views
Simple OpenID authentication code for .NET MVC
Is there a simple example of OpenID authentication implemented using MVC ?
