I want to create an OpenID login with PHP just like it can be found on Stack Overflow.
I know there are many questions for this, but mine is different.
If I understood it correctly, every OpenID is defined by a unique URL. But: If I hit the Google button on the Stack Overflow login page, one generic URL is inserted in the text field. ...
I would like to do a bit more than manually test my openid glue code which happens to use the openid4java library. My goals would be to be able to run it within my IDE with a bunch of tests using Junit or similar.
Selenium & tomcat
I was thinking of using selenium and a tomcat but thats not exactly a nice approach as this is a bit heavy...
I have been looking at http://code.google.com/p/openid4java/wiki/SampleConsumer and it is hardcoded to work with type "fetch_request". Does it matter which type one wants, is there a way to tell or can one just use Fetch requests.
...
I can't find any example of supplying SREG/AX extension on Provider (OP) side in DotNetOpenAuth.
All constructors of ClaimsResponse are internal.
Any help/suggestions?
...
hey guys,
I'm having a little bit of trouble making OpenID work from within an iframe.
basically I have some heavy handed content loaded on the main page and I want to build a log in system where the page doesn't need to be reloaded (and thus reload all of that content again). I fell in love with OpenID from using stack exchange websit...
Does Adobe Air work with OpenID/rpxnow?
I'm having a developer build me an AIR app to work with my website so I can have access to desktop photos.
However, my site uses OpenID logins via the rpxnow.com implementation. Works fine in the web version, but my developer has told me that he cannot do rpxnow/openid logins from the AIR app be...
I have a table "users" and I want to enable my visitors to login with their openID Account. For this I use the OpenId Component for Cakephp and it works fine (When I login with the Google URL I receive the "successfully authenticated!" notification).
But now I'm kind of stuck because I don't know how to go on from there.
Do I have to...
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....
I happens to find this nice article explaining how OpenID works. Clearly, OpenID consumer and OpenID server transfer information through URL query string.
I'm wondering how Live ID accomplish similar functionality. It seems the info is not exchanged through query string in URL. And, since Live ID login server have different domain name...
In the initial part of the openid sequence, I request the OP (e.g. Yahoo.com) and get back the XRDS file which tells me the actual URL I need to use for the rest of the openid process. So, can I cache this initial file. E.g. if I have hundreds of users using a Yahoo openid, I would only have to do the initial fetch once every hour?
...
I going to use Google Checkout to process orders to purchase downloadable content. When the order process is completed via Google Checkout I'd like for the user to be able come back to my site, authenticate using their Google credentials (OpenID?) that they purchased the item with linked back end, and download the goods. The site is wr...
I am trying to set up a blog using Enki. There is a config file here: http://github.com/xaviershay/enki/blob/master/config/enki.yml
Which I don't understand. I signed up for myopenID and replaced my username in the delegate, but I don't understand what goes under "open_id" - is it just my URL? I'm just not sure what's going on, or what ...
Is there any good (eazy to understend, small - not lotof code lines) sample of working with google openid? (php) -
What I need is to see how to get users name from google openId ;
a good way of how to integrate openid into my current users DB (tooday in DB I have table user with name and pass)?
and how to get any Idea about if useri...
I'm trying to build a simple web site using Clojure / Compojure and want to feed apply a servlet filter to the request / response (i.e. a standard javax.servlet.Filter instance).
e.g. if the current source code is:
(defroutes my-app
(GET "/*"
(html [:h1 "Hello Foo!!"]))
)
I would like to add a filter like this:
(defroutes my-a...
pretty much all the tutorials I found on authenticating users using Facebook, make use of a new window which I find to be an ugly solution. But www.zoho.com on the other hand does this much like the way that OpenID works. Can someone tell give detailed instructions on how Zoho does this?
...
This is a specific question to DotNetOpenAuth. I opened up the .NET template, and found that there are 2 tables "Nonce" and "OpenIDAssociation" and there are 2 SPs that do the cleanup upon on expiration date.
What exactly do these 2 tables do? Why do we need to keep track of the association?
...
In LiveId Web Auth scenario, when client application receive "clearcookie" request, it is responsible for clearing the authorization cookies and should confirm success by returning any GIF image through http. Using reference implementation of liveid web auth in asp.net-mvc looks like:
if (Request["action"]=="clearcookie")
{
stri...
Anyone know the status of this? Is Microsoft supporting OpenId?
UPDATE: I am asking this because I need to decide if I will use openId or not in my new product, and is very important for my if my user can use Hotmail.
...
There are plenty of them out there but a lot of them are old - can anyone recommend a plugin which they recently implemented?
The only thing I really care about is gmail/yahoo, facebook and twitter are optional.
EDIT: To address the answer,
http://stackoverflow.com/questions/2421993/confusion-on-using-django-socialauth
^ the author s...
hello
I tried the Openid library.
I put openid URL https://www.google.com/accounts/o8/id
Looks like it is working fine as it authenticate me, but it doesn t return nickname email and other data as required
Thx for any hints about
...