I have an OpenID user provider and user.
The OpenID URL must be hardcoded in the consumer application and point to my user provider (say: http: //login.loc/ ), the provider application, in turn, tells the consumer that the identifier is currently registered on the server ( http: //login.loc/johndoe , for example.).
It should be exactly the same as the implementation of logging into Google or Yahoo OpenID here in Stack Overflow.
How to implement the login procedure so that the user does not need to specify his OpenID URL?
source
share