mike-jumper commented on issue #455: GUACAMOLE-361: CAS global logout URL: https://github.com/apache/guacamole-client/pull/455#issuecomment-565557467 I'm no longer sure if #346 or even the `guacLogout` event are the way to go for this, given that various housekeeping tasks are tied to those events. Hooking into those events and redirecting the user would potentially preempt tasks which are chained onto that logout promise, but which naturally would happen after `guacLogout` fires. Perhaps there is a way to know that the user has just logged out within the handling of that CAS token field, thus selectively redirecting the user to the CAS authorization URI or the logout URI depending on the current context. Maybe a temporary flag could be set when handling `guacLogout` such that the custom field would know to take different action?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
