mike-jumper commented on issue #455: GUACAMOLE-361: CAS global logout URL: https://github.com/apache/guacamole-client/pull/455#issuecomment-565654178 I think we should avoid a generic logout redirect URI. The necessary URI for single logout is generally going to be implementation dependent, and the setting would serve as a point of confusion for those cases. There are times where it's necessary to provide a feature as a stopgap to a better solution due to the complexities of the better solution, but I don't think we've reached that point here. If single logout is not currently achievable because existing client-side hooks do not provide the needed context, then we should look for a way to provide that context. Similar to #346, perhaps a new event (_not_ repurposing `guacLogout`) which is (1) reliably invoked after logout has succeeded and (2) results in reattempting authentication only if `preventDefault()` is not invoked? Does there need to be additional context exposed within such an event about the session which was invalidated?
---------------------------------------------------------------- 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
