2
votes
2answers
53 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
3answers
54 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
33 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 …
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
27 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
2answers
49 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?
5
votes
4answers
638 views
How do I implement an OpenID consumer in my Google App Engine project?
I want to use OpenID in my Java Google App Engine web application but I don't know where to start...
I have looked at openid4java and joid.
openid4java says you have to place some libraries on the …
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
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 …
5
votes
2answers
143 views
Google OpenID/federated login periodically fails
I'm developing a Django app that uses python-openid. The app is running on my development server at home.
Similar to stackoverflow's login mechanism, I'd like users to login to my website using …
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?
0
votes
2answers
72 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?
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 …
0
votes
2answers
69 views
How to login without leaving RP by showing the OP login window in iframe ?
How to login without leaving RP by showing the OP login window in iframe ?
I am using Openid Provider for the login in my Website.
how to implement the login window inside the iframe.
