Currently, if you logout it removes your token from memory and redirects you to the main page.
For an extension implementing SAML authentication, it would also be necessary to send a message to the identity provider telling it to discard its own token. However, there seems to be no way to hook into this event. As best I can tell, /api/tokens handles it completely internally and does not shell out to any extension API. The only ways I can see to implement this are: 1. Modify TokenRESTService in guacamole-client to call something in AuthenticationProvider 2. Modify authenticationService.js so that it goes somewhere other than /api/tokens Both of these involve modifying the guacamole-client WAR which I am loathe to do. Is there some option that I am missing (eg, overriding or replacing the Javascript via guac-manifest.json)? -- Sent from: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/
