tags:

views:

106

answers:

5

Hey
Is there any alternative for OpenID,what i means is a site which provide our details fully, and we can log in to a site with that ID?
Update
suppose think that i am developing a site which have openID integration, i will have only a username not so much details,thats why i am asking

+1  A: 

Oauth

TBH
Oauth != OpenID (http://softwareas.com/oauth-openid-youre-barking-up-the-wrong-tree-if-you-think-theyre-the-same-thing)
In silico
OpenID is about **authentication** and Oauth is about **authorization**.
deamon
+1 since the user wants OAuth, even though he asks for an alternative to OpenID.
MvanGeest
Confusing name - I would have assumed Auth mean authentication, not authorisation.
UpTheCreek
A: 

Microsoft touted their CardSpaces technology a few years back which iirc was OpenID like (amongst others).

graham.reeds
+1  A: 

There is Facebook-Connect which provides a Single-Sign-on.

Tim Büthe
Christ I hope this doesn't become popular....
UpTheCreek
A: 

SAML could be what you are looking for..

Matt
Basically why SAML using for?
Alex Mathew
+2  A: 

There is no such system that you're looking for.

You can request many attributes with openid, however you can't depend on them being sent.
Generally, AX extension for OpenID is well suited for your needs, however most providers supply only few of AX attributes -- and of course, an user could just refuse to provide them.

Mewp