Forum Discussion

blacksan_10396's avatar
blacksan_10396
Icon for Nimbostratus rankNimbostratus
Apr 13, 2007

Login-Replacements

Does anyone have any examples to replace the login pages on the Firepass using the WebDav.

 

This is what I am trying to do:

 

1: Create URI /demo

 

1a: Create a Dynamic Mapping based on URI to Master Group

 

1b: Create a Master User Group and Resource for /demo

 

2: Pre-Login Inspections

 

2a: Action/Rule = session.network.server.land_uri=="demo"

 

2b: Run a Inspection like "Extended Windows and IE info"

 

2c: End Page / External Logon Page (Client Data posted)

 

2d: External URL: https:///sandbox/demo/logon.htm

 

3. Create a Login Page called logon.htm

 

3a. Accept client data post to page

 

3b. Create input fields for logon information

 

3c. User ID (username)

 

3d. User PW (passwordleft)

 

3e. Tokin digits (passwordright)

 

3f. Logon Button

 

3g. script to combine passwordleft and passwordright to field (password) before posting

 

3h. Upon post include all information needed to Login to /my.activation.php3

 

 

I just started playing with this so far run into two problems::

 

1 - Get a Error 405 on my webpage because of the client data post (I think I need a input field for it)

 

2 - Get a "my.activation.php3 - client data was not found" when I post to the firepass. Most likely because I am missing a all the input fields including the client data information.

 

  • I believe that when you specify external logon page it has to be located on a completly seperate server that is accessible on the internet. If you want a slightly customized page then you can add a static "index.htm" to the sandbox directory. Keep in mind that this cannot have any Server Side Scripting in it. It will however support Javascript if it is on the firepass in the sandbox directory.

     

     

    HTH