We need to get a verisign server cert for the login server.
https://onsite.verisign.com/UniversityofAlabamaatBirminghamITInfrastructureServicesGlobalServer/serverEnroll.htm
|
University of Alabama at Birmingham . Information Technology . IT Infrastructure Services . HPC Services
Advanced Technology Lab |
|
Featured Projects
Lab Overview
Navigation
Active forum topics
|
pubcookieLogin Server CertSubmitted by jpr on Fri, 03/12/2004 - 15:48. todo | weblogin | pubcookieWe need to get a verisign server cert for the login server. https://onsite.verisign.com/UniversityofAlabamaatBirminghamITInfrastructureServicesGlobalServer/serverEnroll.htm » login to post comments
Customize Login PageSubmitted by jpr on Fri, 03/12/2004 - 15:31. todo | weblogin | pubcookieWe need to customize the login page to match UAB. This should look about like what https://metric.it.uab.edu/weblogin looks like. Specifically we need to get the BlazerID logo in place, change "Username" to "BlazerID" and make sure the other text is intelligent (eg. no acme.edu). » login to post comments
Effect of Enterprise_Domain on working of PubcookieSubmitted by silbia on Wed, 03/03/2004 - 17:30. documentation | weblogin | pubcookie[phpwiki] Case 1 *The user requests for the WebApp resource on the application server. *But the application server doesnt see the “granting cookie” so it sets the “pre-session” cookie (scoped to application server) and the “granting_request” cookie __(domain= .it.uab.edu)__. It also sends a redirect page back to the user along with these cookies. *The user is redirected to the login server along with the granting request cookie. (Since the “granting request” cookie is scoped to __.it.uab.edu__ which is the same subdomain as the login server __(metric.it.uab.edu)__, the login server accepts it) Weblogin Logout mechanismsSubmitted by silbia on Mon, 03/01/2004 - 14:51. documentation | weblogin | pubcookie[phpwiki] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PubcookieFilter\Webapp\app-only-logout] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PubcookieFilter\Webapp\app-and-redirect-logout] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PubcookieFilter\Webapp\app-and-clearlogin-logout] The details of the three logout folders are as below: IIS is Pubcookie enabledSubmitted by jpr on Thu, 02/26/2004 - 22:18. news | weblogin | pubcookieWe got our IIS server pubcookie enabled today. We had to deal with similar cert format issues as with the login server. Also had to adjust some of the instructutions. Followup posts for the openssl controls and updates to iis install instructions are needed. » jpr's blog | login to post comments
Test pubcookie login server operationalSubmitted by jpr on Thu, 02/26/2004 - 00:14. news | weblogin | pubcookieI resolved the remaining problems with the certificate formats and configuration and now the test login server is operational. Getting to this point promises to make supporting a robust configuration possible. Tomorrow I'll post some documentation about openssl. The key is: read the man pages. » jpr's blog | login to post comments
UAB mod_pubcookie Install GuideSubmitted by cyy on Wed, 02/18/2004 - 16:25. documentation | weblogin | pubcookie[phpwiki]These are the instructions for UAB Web application administrators for adding Pubcookie support to their Apache server.
For UAB, we need to change in the Pubcookie 3.0.0 Apache Module Installation Guide. Install IIS on win2k to test ISAPI filterSubmitted by jpr on Tue, 02/17/2004 - 23:59. todo | weblogin | pubcookieWe need an IIS install to test the ISAPI filter. We should make sure to use compatible versions. » login to post comments
UAB Pubcookie IIS ISAPI Filter Install GuideSubmitted by silbia on Tue, 02/17/2004 - 23:33. documentation | weblogin | pubcookie[phpwiki] * Objectives |