mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
OIDC: Prevent the creation of local accounts by an admin #382
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 @fcaspar on GitHub (Nov 12, 2023).
Feature Enhancement
What a damn great project. Thanks to all contributors! :)
I use dockerized Planka with Keycloak as an OIDC Provider for SSO. Also, I use Traefik as a reverse proxy for TLS.
Everything works as a charme!
However, an OIDC admin is still able to create local accounts in Planka.
As a feature enhancement, you could offer an option to prevent creation of local accounts by an admin.
Cheers!
@meltyshev commented on GitHub (Nov 13, 2023):
Hi. Thanks for the kind words!
That's a good idea. It would be great to have some environment variable where you can disable the creation of local users and hide the login form.