On Thu, Feb 19, 2026 at 11:18 AM Alexandre Cariage <[email protected]> wrote: > > Hi all, > > Is there a way to have Guacamole automatically attempt an OIDC login upon > reaching the front page ? > > Like if the user had clicked on "Sign in with: OpenID". >
Yes! You just need to make sure that your OpenID extension is loaded first or explicitly configured to take precedence over any other extensions. This is documented in the manual: https://guacamole.apache.org/doc/gug/openid-auth.html#controlling-login-behavior > Alternatively, if not, is there a way to make the link/button more visible ? > This is also completely possible - you can create a custom extension for branding that adds or moves elements around by modifying the HTML and CSS. I did this for a Guacamole-based site that I run in my day job that is SAML-integrated - I added a button to the logon dialog box that uses the same URL as the SSO link but makes it visible below the "Login" button on the main login form. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
