-
Notifications
You must be signed in to change notification settings - Fork 0
Logout issue 451 #492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logout issue 451 #492
Conversation
…rogram. It is still not fixed we need to find a better landing page. it is a work in progress.
… Shibboleth logged out page is renderd. -The logout issue on the student side has been resolve from rendering an infinite cycle error to a Shibboleth logged out page.
Everything looks fine |
After logging out, the successful logout page loads, indicating that the user has been logged out. But after this page shows up, you can click the back arrow everything still works fine, like the user still hasn't logged out. Even after refreshing, everything appears to still be working when it shouldn't. This may just be because this is all running locally, but if not, then it may be something you need to fix. Responses:
|
-The redirect to the logout in the main route is added. -In the HTML, prevent back is added in order to remove the history and as a result prevent the back button from working.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes the recursion error, but doesn't actually log them out. We need to figure out what we need to configure so that going to https://secure.berea.edu/Shibboleth.sso/Logout
actually ends their duo/shibboleth session.
If we can't figure that part out, we should just remove the Logout link altogether.
I implemented just the logout fix in commit 5d2fca2. Had to find the right url redirect and make a config change in |
Resolved issue: 451_ LSF
Fixed:
Issue:
-Logout page doesn’t log you out and only redirects to basic HTML template (On student side).
-The user was not informed that they have successfully checked out only that there has been:
“Unexpected error has occurred, an administrator has been notified and sorry for the problem page”.
Testing the issue :Development error

Testing the issue: production/published side

Currently tested to output/ resolved :

When the user is logged out, they are redirected to the Duo login page:-


If the user presses back on the web browser, a stale request will be rendered.
Test:
• Normally, students the way that we can get the labor form website if we are provided with a link from a supervisor.
• Check out branch: logout_issue_45.
• Once on the page, there is a sidebar with a logout button on it.
• Click the log out and followed by a “logged-out operation is complete page.
• The user has successfully logged out; they can exit the page.