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

📄 openidselfissuedcardlogin.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="/OpenIDAuthVerification.action">  
            <input type="hidden" name="InfoCardSignin" value="Log in" /><br/>
            <OBJECT type="application/x-informationCard" name="xmlToken">
                <PARAM  Name="tokenType"
                        Value="urn:oasis:names:tc:SAML:1.0:assertion">
                <PARAM  Name="requiredClaims"
                        Value="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/privatepersonalidentifier">
                <PARAM Name="issuer" value="http://schemas.xmlsoap.org/ws/2005/05/identity/issuer/self">
            </OBJECT>
  </form>
    <script language="JavaScript" type="text/JavaScript">
         <!--
         document.frm.submit();
         -->
    </script>


</body>

</html>

⌨️ 快捷键说明

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