Option to skip Login page with OIDC #515

Open
opened 2026-02-04 20:06:03 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @guyke01 on GitHub (May 21, 2024).

Is it possible to automatic logon with SSO (OIDC) when the option OIDC_ENFORCED is set to true?

Now the logon page is being displayed and the button Login with SSO is shown. Maybe with a extra environment option to active the feature so you can choose to use the automatic logon.

Originally created by @guyke01 on GitHub (May 21, 2024). Is it possible to automatic logon with SSO (OIDC) when the option OIDC_ENFORCED is set to true? Now the logon page is being displayed and the button Login with SSO is shown. Maybe with a extra environment option to active the feature so you can choose to use the automatic logon.
OVERLORD added the enhancement label 2026-02-04 20:06:03 +03:00
Author
Owner

@meltyshev commented on GitHub (May 22, 2024):

Hi! There is no such possibility for now. But the option with adding an extra environment variable looks like a good solution :)

@meltyshev commented on GitHub (May 22, 2024): Hi! There is no such possibility for now. But the option with adding an extra environment variable looks like a good solution :)
Author
Owner

@zloveless commented on GitHub (Jun 13, 2024):

Is there a way to hide the login form and just show a button saying "Login with SSO"? If it helps, I'm using the docker container provided by the repository (latest tag).

@zloveless commented on GitHub (Jun 13, 2024): Is there a way to _hide_ the login form and just show a button saying "Login with SSO"? If it helps, I'm using the docker container provided by the repository (latest tag).
Author
Owner

@meltyshev commented on GitHub (Jun 14, 2024):

Is there a way to hide the login form and just show a button saying "Login with SSO"? If it helps, I'm using the docker container provided by the repository (latest tag).

Hi! Yep, you can set OIDC_ENFORCED=true environment variable to display only "Login with SSO" button on the login page.

@meltyshev commented on GitHub (Jun 14, 2024): > Is there a way to _hide_ the login form and just show a button saying "Login with SSO"? If it helps, I'm using the docker container provided by the repository (latest tag). Hi! Yep, you can set `OIDC_ENFORCED=true` environment variable to display only "Login with SSO" button on the login page.
Author
Owner

@zloveless commented on GitHub (Jun 14, 2024):

That is enabled, and I still saw a login form, albeit as a python-style boolean (True vs. true) since it's deployed via ansible.

edit: fixing that python-boolean typo fixed it.

edit 2: the next question then is... Is there a way to customize "Log in with SSO" to "Log in with [Corpo-like Account]"

@zloveless commented on GitHub (Jun 14, 2024): That is enabled, and I still saw a login form, albeit as a python-style boolean (True vs. true) since it's deployed via ansible. edit: fixing that python-boolean typo fixed it. edit 2: the next question then is... Is there a way to customize "Log in with SSO" to "Log in with [Corpo-like Account]"
Author
Owner

@meltyshev commented on GitHub (Jun 14, 2024):

the next question then is... Is there a way to customize "Log in with SSO" to "Log in with [Corpo-like Account]"

There is no such option for now. But you can make a fork of the repository and change the text. But yeah, it seems like it would be useful to add that.

@meltyshev commented on GitHub (Jun 14, 2024): > the next question then is... Is there a way to customize "Log in with SSO" to "Log in with [Corpo-like Account]" There is no such option for now. But you can make a fork of the repository and change the text. But yeah, it seems like it would be useful to add that.
Author
Owner

@madduck commented on GitHub (Dec 1, 2024):

Is it possible to automatic logon with SSO (OIDC) when the option OIDC_ENFORCED is set to true?

Now the logon page is being displayed and the button Login with SSO is shown. Maybe with a extra environment option to active the feature so you can choose to use the automatic logon.

This would be great. Just almost filed that issue myself when I found this.

@madduck commented on GitHub (Dec 1, 2024): > Is it possible to automatic logon with SSO (OIDC) when the option OIDC_ENFORCED is set to true? > > Now the logon page is being displayed and the button Login with SSO is shown. Maybe with a extra environment option to active the feature so you can choose to use the automatic logon. This would be great. Just almost filed that issue myself when I found this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#515