Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X, 7.1.X, 7.2.X, Master
-
7.2.x, 7.1.x, 7.0.x
-
Committed
-
4
-
Iteration 34, Iteration 35
Description
Additional Info
This issue is reproduced when an exception is thrown by CAS.
Also, the user may not be redirected to the proper page when this occurs.
This issue should occur more often when using CAS version 3.x
Steps to reproduce - Incorrect Redirect
- Setup Liferay
- Create User (cas default user)
- Username: foo
- Password: foo
- Assign User: foo
- Site: Liferay
- Site Role: Site Administrator
- Setup CAS version 3.x
- Configure Liferay to enable CAS
- Login via CAS w/ created default user: foo
- Navigate to Site (Liferay) > Content & Data > Web Content
- Click [+] > Basic Web Content
- Copy URL
- Logout of Liferay (Confirm successfully logged out via CAS)
- Navigate to copied URL
- Login via CAS
Expected Behavior:
User is redirected to the copied URL
Actual Behavior:
A blank white page is shown with no indication of any errors.
Steps to reproduce - Simple Blank Page:
- Setup Liferay with CAS configured
- Confirm that CAS is configured properly.
- Try to access this url: http://localhost:8080/c/portal/login?ticket=Madeupticket
Expected Behavior:
An authorization error or some sort of error, would be shown to the user (instead of just a blank white page)
Actual Behavior:
A blank white page is shown with no indication of any errors.