Alex Mathew
Alex Mathew

Reputation: 1554

Alternative for OpenID?

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

Upvotes: 5

Views: 4051

Answers (6)

lofidevops
lofidevops

Reputation: 16962

IndieAuth is a "spiritual successor" to OpenID, with a very similar workflow for the end-user. It also supports identity delegation, a unique feature of OpenID 2.0.

But, it does not provide or enforce extra details from the user.

Upvotes: 4

olegarch
olegarch

Reputation: 3891

You can use decentralized OpenID alternative EMCSSL: http://emercoin.com/EMCSSL

Disclaimer: I am author of this system.

Upvotes: 0

Mewp
Mewp

Reputation: 4715

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.

Upvotes: 5

Matt
Matt

Reputation: 2790

SAML could be what you are looking for..

Upvotes: 1

Tim Büthe
Tim Büthe

Reputation: 63734

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

Upvotes: 0

graham.reeds
graham.reeds

Reputation: 16476

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

Upvotes: 0

Related Questions