OpenID identifier active session
I have this http://localhost:8080/jos-webapp-1.2-SNAPSHOT/bicho like my identifier in an OpenId server
In the client I have this:
<form method="get" action="try_auth.php">
identifier <input type="text" name="openid_identifier" value="" />
<submit/>
</form>
My question is, If I want to login into website client , how can I get the login form from Server without put the specific openid_identifier (http://local.../bicho ) , and once do that return to my website client?
So, if I have a session active in openI开发者_如何学编程d server how can I get this session from a client?...
I'm trying with Openid-Sever like a server and php-openid like client
精彩评论