[picketlink-commits] Picketlink SVN: r1423 - in federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp: WEB-INF and 2 other directories.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Tue Feb 21 12:35:20 EST 2012


Author: anil.saldhana at jboss.com
Date: 2012-02-21 12:35:19 -0500 (Tue, 21 Feb 2012)
New Revision: 1423

Added:
   federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/classes/
   federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/classes/jbid_test_keystore.jks
   federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/classes/roles.properties
   federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/classes/users.properties
   federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/
   federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/error.jsp
   federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/login-error.jsp
   federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/login.jsp
Modified:
   federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/picketlink-idfed.xml
Log:
missing pieces

Added: federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/classes/jbid_test_keystore.jks
===================================================================
(Binary files differ)


Property changes on: federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/classes/jbid_test_keystore.jks
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/classes/roles.properties
===================================================================
--- federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/classes/roles.properties	                        (rev 0)
+++ federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/classes/roles.properties	2012-02-21 17:35:19 UTC (rev 1423)
@@ -0,0 +1 @@
+tomcat=manager,sales,employee

Added: federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/classes/users.properties
===================================================================
--- federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/classes/users.properties	                        (rev 0)
+++ federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/classes/users.properties	2012-02-21 17:35:19 UTC (rev 1423)
@@ -0,0 +1 @@
+tomcat=tomcat

Modified: federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/picketlink-idfed.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/picketlink-idfed.xml	2012-02-21 16:53:50 UTC (rev 1422)
+++ federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/WEB-INF/picketlink-idfed.xml	2012-02-21 17:35:19 UTC (rev 1423)
@@ -1,6 +1,22 @@
 <PicketLinkIDP xmlns="urn:picketlink:identity-federation:config:1.0" >
-<IdentityURL>${idp.url::http://localhost:8080/idp/}</IdentityURL>
+<IdentityURL>${idp-sig.url::http://localhost:8080/idp-sig/}</IdentityURL>
 <Trust>
-   <Domains>localhost,jboss.com,jboss.org,amazonaws.com</Domains>
+   <Domains>localhost,jboss.com,jboss.org,redhat.com,amazonaws.com</Domains>
 </Trust>
+<KeyProvider ClassName="org.picketlink.identity.federation.core.impl.KeyStoreKeyManager">
+   <Auth Key="KeyStoreURL" Value="/jbid_test_keystore.jks" />
+   <!--
+   <Auth Key="KeyStorePass" Value="store123" />
+   -->
+   <Auth Key="KeyStorePass" Value="MASK-O1P+U1Domeec8lCaoIkTGg==" />
+   <!--
+   <Auth Key="SigningKeyPass" Value="test123" />
+   -->
+   <Auth Key="SigningKeyPass" Value="MASK-AJbh4WmHwy8=" />
+   <Auth Key="SigningKeyAlias" Value="servercert" />
+   <Auth Key="salt" Value="18273645" />
+   <Auth Key="iterationCount" Value="11" />
+   <ValidatingAlias Key="localhost" Value="servercert"/>
+   <ValidatingAlias Key="127.0.0.1" Value="servercert"/>
+</KeyProvider>
 </PicketLinkIDP>

Added: federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/error.jsp
===================================================================
--- federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/error.jsp	                        (rev 0)
+++ federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/error.jsp	2012-02-21 17:35:19 UTC (rev 1423)
@@ -0,0 +1,12 @@
+<html> <head> <title>Error!</title></head>
+<body>
+
+<font size='4' color='red'>
+  The username and password you supplied are not valid.
+</p>
+Click <a href='<%= response.encodeURL("login.jsp") %>'>here</a> 
+to retry login
+
+</body>
+</form>
+</html>

Added: federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/login-error.jsp
===================================================================
--- federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/login-error.jsp	                        (rev 0)
+++ federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/login-error.jsp	2012-02-21 17:35:19 UTC (rev 1423)
@@ -0,0 +1,6 @@
+<html><head><title>Login Page</title></head>
+<body>
+<font size='5' color='blue'>Login Error</font><hr>
+
+</body>
+ </html>

Added: federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/login.jsp
===================================================================
--- federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/login.jsp	                        (rev 0)
+++ federation/trunk/picketlink-webapps/as7/idp-sig/src/main/webapp/jsp/login.jsp	2012-02-21 17:35:19 UTC (rev 1423)
@@ -0,0 +1,16 @@
+<html><head><title>Login Page</title></head>
+<body>
+<font size='5' color='blue'>Please Login</font><hr>
+
+<form action='j_security_check' method='post'>
+<table>
+ <tr><td>Name:</td>
+   <td><input type='text' name='j_username'></td></tr>
+ <tr><td>Password:</td> 
+   <td><input type='password' name='j_password' size='8'></td>
+ </tr>
+</table>
+<br>
+  <input type='submit' value='login'> 
+</form></body>
+ </html>



More information about the picketlink-commits mailing list