Skip to content
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

When security cookie times out, redirection does not always occur properly #4948

Closed
TheWitness opened this issue Oct 8, 2022 · 0 comments
Closed
Labels
confirmed Bug is confirm by dev team enhancement General tag for an enhancement gui UI related issue resolved A fixed issue
Milestone

Comments

@TheWitness
Copy link
Member

Describe the bug

When using load balancers like Citrix NetScalers in front of Cacti and Basic Authentication, ensure that when the NetScaler cookie expires, that the page is properly reloaded so that the Single Signon Session can be renewed, or the login prompt can be given again.

To Reproduce

Steps to reproduce the behavior:

  1. Go to any page

  2. Do not click anything until the NetScaler cookie expires

  3. Try to click on any other page handled through a callback

  4. Not that the page will not change

Expected behavior

Cacti should attempt to be more compatible with these load balancing technologies.

@TheWitness TheWitness added enhancement General tag for an enhancement gui UI related issue confirmed Bug is confirm by dev team labels Oct 8, 2022
@TheWitness TheWitness added this to the v1.2.23 milestone Oct 8, 2022
TheWitness added a commit that referenced this issue Oct 8, 2022
* feature#4948 - properly redirect when SSO session expires
* allow layout.js detect errors and redirect, in the case of a session timeout for example
* remove some inline javascript and move to ready function
* debounce some pages that were redirecting due to change in layout.js
* old page bindings on new page loads
* ensure use of undefined and typeof 'undefined' are properly used
* switch use of strURL to href in layout.js
@TheWitness TheWitness added the resolved A fixed issue label Oct 8, 2022
@netniV netniV changed the title When using proxies to load balance Cacti, if the proxy cookie times out, Cacti should properly redirect When security cookie times out, redirection does not always occur properly Dec 31, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
confirmed Bug is confirm by dev team enhancement General tag for an enhancement gui UI related issue resolved A fixed issue
Projects
None yet
Development

No branches or pull requests

1 participant