directed-identity

Zend Framework: OpenID 2.0 and Directed Identity

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...

OpenID Directed Identity/Identifier Selection in PHP

I'm trying to implement an OpenID server in PHP that supports identifier selection (some call this directed identity, which is actually a more specific case of identifier selection). That is, a user can enter a generic URI as their OpenID identifier, log in, and choose what identifier to return to the OpenID consumer. For example, if a...