⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 openidinfocardlogin.jsp

📁 开源的OpenId的一个java实现
💻 JSP
字号:
<%@ taglib prefix="s" uri="/struts-tags" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>WSO2 Identity Solution</title>
<link type="text/css" rel="stylesheet" href="css/styles.css" />
</head>
<body>

   <form name="frm" id="frm" method="post" action="OpenIDInfoCardLogin.action">  
            <input type="hidden" name="InfoCardSignin" value="Log in" /><br/>
                      
               <OBJECT type="application/x-informationCard" name="xmlToken">
                    <PARAM Name="tokenType" Value="http://specs.openid.net/auth/2.0">
                    <PARAM Name="requiredClaims" Value="http://schema.openid.net/2007/05/claims/identifier">
                    <param name="optionalClaims" Value="http://axschema.org/contact/email http://axschema.org/namePerson/first http://axschema.org/namePerson/last http://axschema.org/contact/phone/default http://axschema.org/contact/postalAddress/home http://axschema.org/contact/city/home http://axschema.org/contact/postalCode/home http://axschema.org/contact/country/home http://axschema.org/contact/web/blog">
                </OBJECT>             
  </form>
    <script language="JavaScript" type="text/JavaScript">
         <!--
         document.frm.submit();
         -->
    </script>
 

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -