vote up 2 vote down star
1

I have custom OpenID provider and consumer.

The OpenID URL should be hard-coded in the consumer app and will point to my custom provider (let's say: http://login.loc/). Provider app in turn tells the consumer which identity is currently logged in on the server (http://login.loc/johndoe e.g.).

It should be exactly same as implementation of Google or Yahoo OpenID login here at Stack Overflow.

How to implement the login procedure so that the user does not need to provide his OpenID URL?

flag

60% accept rate
What is your question? – Liam Mar 23 at 14:24

1 Answer

vote up 2 vote down

I found out this technique is called directed identity and is part of OpenID 2.0.

Some general info about it here.

The part of specification that describes this is here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.