mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 11:20:44 +03:00
Option to skip Login page with OIDC #515
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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 :)
@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).
@meltyshev commented on GitHub (Jun 14, 2024):
Hi! Yep, you can set
OIDC_ENFORCED=trueenvironment variable to display only "Login with SSO" button on the login page.@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]"
@meltyshev commented on GitHub (Jun 14, 2024):
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.
@madduck commented on GitHub (Dec 1, 2024):
This would be great. Just almost filed that issue myself when I found this.