Right now I have a website that only accepts OpenIDs. Each user's account is associated with an OpenID identifier. How would I allow users to use Facebook Connect to login?
Are there any free, open-source client authentication libraries that abstract away the task of dealing with multiple services? I'm not looking for a service like RPX...
Hi,
I have implemented one service that perform operation required for OpenID login authentication using openid4java library.
Flow of application is some think like as below
JSP page for getting OpenID from user
JSP page 's actions servlet
Servlet fetch openid parameter , interacts with the service to get required information to re...
Let's say I had a root app and multiple sub-apps. Would it be possible to share authenticated sessions across them?
I'm using Google App Engine (Python).
...
it still shows it as an empty field
...
Hey out there!
I am a fresh developer on Googles Android Platform - my HTC Desire arrived last week.
Now i need a way to sign in to my existing application (Java, currently running on jetty).
The server Application is developed using spring security 3.0.2
In my case, i want to support the following:
If a user has set up his Android ph...
Does an OpenID provider need to create his own database or can he use multiple databases(for example when the user creates an OpenID, the user,pass,email are provided from one of those databases). I wouldn't like to create another database containing the info from the others , I would like to write in them the ids and probably some flag...
I'm building a webservice and would like to use the user's google account credentials.
The service runs on GAE and will have a web client and an Android native client.
This is my first attempt of something like this and I've been reading about OpenID and the Android AccountManager library.
I'm still not sure what are my options in ter...
I am using the Zend_OpenId_Consumer to provide OpenID access, the login is working fine, but when I call verify() I am recieving the error
`Wrong openid.return_to 'http://[host]/user/openid' != 'http://[host]/user/openid?[OpenIdResponse]
The issue as far as I can see is that the verify method is comparing the URL without the query pa...
I'm planning to write an iPhone app that does not require user to register. However, I would like to associate all registered user with at least an email so that I can send them email notifications when needed.
OpenID - seems to do what I need, but
it doesn't work well on an installed
app (unless I use... WebView? Even
that is not us...
Hi,
I'm currently using Authlogic to handle all user accounts, but our company has switched over to Google apps and I would much rather use that same authentication for all users.
My question is - how?
I know I'll need the ruby-openid gem but I have yet to integrate authentication with a 3rd party. Any recent examples or tutorials out...
Hi folks,
I'm just wondering if all I need is the identity url in order to to theoretically attach an OpenID account to a user's account.
I have identity urls that look like the following: https://www.google.com/accounts/o8/id?id=YGnyuGHMUmhUI98nuhUMhu98nuN.
Is this different between OpenID 1.0 and 2.0?
Just in case someone asks: I'm...
StackOverflow does openid well and Quora does the Facebook connect and Twitter well....but one problem I had with Quora is that I can either login with my Facebook or Twitter account, but not both, so there is no way to import friends from both under the same account. Which is what lead me to ask here, in case there are other sites with...
Hi all
I have may be a strange question, but i haven't found any information about that in internet. I'm developing website with openId authentication via google account and want to put google logo as link for login. The question is what Google logo can I officially use without violation any legal terms?
...
I am currently implementing an OpenID Relying Party (RP) and Identity Provider (IdP) with Java HttpServlets using the OpenID4Java library. I have run into trouble getting two servlets to communicate with each other. I believe the problem I am having is to do more with how Servlets behave, however I have included info about my applicati...
I have followed the instructions on the read me file and everything seems to be working but when I try to use my own domain address as my OpenID for stackoverflow, I get this error message:
Unable to log in with your OpenID provider:
Error occurred while sending a direct message or getting the response.
Any ideas on what might...
What is really the difference between OpenID and oAuth? They look just the same to me.
I should clarify, I'm planning to use them in drupal, if that makes any difference. So I guess I'm bound by whatever module implementations are available in drupal.
...
Stack Overflow is obviously a great example of really successfull implementation of OpenID, but let's be honest - it's a little easier when your target user base is geeks like us! I'm really interested to hear people's experiences of implementing OpenID outside hi-tech websites.
What kind of responses have you got from
a) users?
b) s...
Hi I am developing an Android App where I require a user to authenticate his session before using the app. One way is to store a user name and password by asking him to register on the app and then use that to authenticate him. But i was looking to do something else, maybe use an OpenId account to authenticate or Opensoial or something l...
What is the best way to share data between different openid's based on email account. E.g.
User1 log in to mysite with OpenID
Create some data
Hit 'Share with' and put in email adresse of User2
User2 log into mysite with OpenID (related to the email User1 provided)
User2 access data created by User1
Can this be done reliable?
...
Hello,
Looking at the OpenID protocol, it appears that the relying party needs to send a request to the identity provider. In our situation, this is not exactly ideal since the identity provider is behind a firewall-- our server will not be able to make the request. However, the user accessing our website (client-side, e.g. javascript...