Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are two lines that need to be updated in security.properties. Note That on each line the host name needs to be changed in TWO places.

One:

Code Blocknoformat
logoutRedirect.root=http://localhost:8080/cas/logout?url=http://localhost:8080/uPortal/Login

becomes

Code Blocknoformat
logoutRedirect.root=http://my.school.edu/cas/logout?url=http://my.school.edu/uPortal/Login

Two:

Code Blocknoformat
org.jasig.portal.channels.CLogin.CasLoginUrl=http://localhost:8080/cas/login?service=http://localhost:8080/uPortal/Login

becomes

Code Blocknoformat
org.jasig.portal.channels.CLogin.CasLoginUrl=http://my.school.edu/cas/login?service=http://my.school.edu/uPortal/Login

...