mike-jumper commented on issue #455: GUACAMOLE-361: CAS global logout URL: https://github.com/apache/guacamole-client/pull/455#issuecomment-565766393 > I’d like to offer a setting that enables a mode where users can choose between CAS login and Guacamole login ... Sure. You could use an HTML patch to add a "Sign in with CAS" link/button/image to the login interface, show that only if the CAS redirect field is absent, and only throw `GuacamoleInvalidCredentialsException` when the extension is configured to force use of CAS. Returning `null` instead of throwing an exception would allow any other configured extension to control the login process, most likely requesting a username/password pair.
---------------------------------------------------------------- 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
