开发者

OpenID identifier active session

开发者 https://www.devze.com 2023-03-28 06:13 出处:网络
I have this http://localhost:8080/jos-webapp-1.2-SNAPSHOT/bicho like my identifier in an OpenId server

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

0

精彩评论

暂无评论...
验证码 换一张
取 消