Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Implementation Steps:

  1. Remove the dual login by removing the hidden login screen for administrative users. 
  2. Create a means for admin users to toggle between regular (blue) access and their admin (yellow) features. 
  3. Implement CAS to replace the LDAP authentication.

Results:

  • The image on the left shows all the files that were either created or modified to implement steps 1-3 above.

Note: 

  • Class:  edu.hawaii.its.authen.cas.SessionFactoryImpl replaces
    • edu.hawaii.its.authen.LoginAction
    • edu.hawaii.its.authen.LoginDisplay
    • edu.hawaii.its.authen.InternalLoginDisplay
  • No labels