mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Feature Request] Enhance/customize OIDC login behaviors #687
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 @luzzardik on GitHub (Apr 19, 2025).
Is this a feature for the backend or frontend?
Frontend, Backend
What would you like?
Hi,
Would it be possible to enhance and allow for more OIDC login behaviors, notably when enforced so we could redirect users to Planka and auto-login (by redirecting then to the OIDC) ?
Sorry if my request is not clear, I don't really know how to write it down
Why is this needed?
For a Minecraft server (@lebanquetdusorcier), we have a custom panel that handles pretty much all our activities, we've integrated Planka yesterday and we would love to be able to send our staff and players to Planka without an extra step (clicking on "Connect using OIDC").
Other information
I'm not against writing myself the pull request, I just want to be sure I would be in the right direction. It seems I have to edit client/src/sagas/login/services/login.js in order to allow for stateless OIDC connections and/or add a query argument (eg. ?enforce_oidc_login=1) to do so.