OpenID Directed Identity/Identifier Selection in PHP -
i'm trying implement openid server in php supports identifier selection (some call directed identity, more specific case of identifier selection). is, user can enter generic uri openid identifier, log in, , choose identifier return openid consumer.
for example, if user enters mysite.com indentifier, after log in prompted return 1 of 2 identifiers openid consumer (perhaps mysite.com/myusername or mysite.com/anon-ad83f38c98b98).
the advantage of system have option either use single identifier among many sites, or use unique identifiers individual sites.
anyway—i haven't been able find tutorial on how implement portion of openid spec in php. in fact, searches led me unanswered questions on forums or on stack overflow. know of php library can handle identifier selection or directed identity? if so, there tutorials out there explaining how set up? i've been playing few libraries don't mention 1 way or other, haven't been able working yet.
any appreciated.
the documentation useless. have had @ janrain libraries? have consumer have implemented , server code presume implementable. have @ yadis\xrires , yadis\xri files, may have reverse engineer code - that's had figure out consumer. i'm looking implementing server can't find worthwhile yet.
http://openidenabled.com/files/php-openid/docs/2.1.3/openid/auth_yadis_yadis.html
Comments
Post a Comment