Is there an OpenID demo server out there?
Posted
by billpg
on Server Fault
See other posts from Server Fault
or by billpg
Published on 2010-04-28T18:12:37Z
Indexed on
2010/04/28
18:18 UTC
Read the original article
Hit count: 253
openid
Hi everyone. I'm doing some experiements with adding OpenID to something I'm working on, and I'd like to test out a few providers.
Is there a server out there that will go through the OpenID login process (same way that the StackOverflow group does) and tell me all the information the provider shows.
I imagine it would work like...
- I go to example.com and type in https://www.google.com/accounts/o8/id
- example.com bounces me to google. I log in.
- Google asks me to confirm if I allow example.com access to everything.
- Google bounces me back to example.com
- example.com tells me my OpenID, email address, anything else it's got.
Does such a thing please already exist?
© Server Fault or respective owner