Author: prabath Date: Sun Jan 27 22:24:46 2008 New Revision: 13031 Log:
enable login to OP with registered self-issued InfoCards Added: trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/openidselfissuedcardlogin.jsp Added: trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/openidselfissuedcardlogin.jsp ============================================================================== --- (empty file) +++ trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/openidselfissuedcardlogin.jsp Sun Jan 27 22:24:46 2008 @@ -0,0 +1,31 @@ +<%@ 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="/server?_action=complete"> + <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> _______________________________________________ Identity-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/identity-dev
