On Sat, Dec 20, 2025 at 5:28 AM Subbareddy Alamuru <[email protected]> wrote: > > Hello, > > Is there a reason why sign in with saml/openid is kept at the bottom left > corner when sso is enabled? Possible to move it just below login button at > the centre? >
It is done this way because the design is that, in most cases, you'd either have the redirect from Guacamole to the SSO IdP be automatic (load the SAML extension first), or users would use the landing page of a SSO system to access the application, in which case the login page would not ever be displayed. In those situations, where users might access the login page directly, they may want to enter credentials rather than using the SSO system. > I tried making some changes using javascript, css and nginx. But checking if > there is any built in mechanism for that. It should be possible to make this happen, yes - I'm not sure you can move the existing element, but you can probably hide the existing one and create a new one. See: https://guacamole.apache.org/doc/gug/guacamole-ext.html#updating-existing-html -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
