[Feature Request] Enhance/customize OIDC login behaviors #687

Closed
opened 2026-02-04 20:50:18 +03:00 by OVERLORD · 0 comments
Owner

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.

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](https://github.com/plankanban/planka/blob/926b664433e9a8d55464b63725a9a48fb7c19f98/client/src/sagas/login/services/login.js#L38) in order to allow for stateless OIDC connections and/or add a query argument (eg. ?enforce_oidc_login=1) to do so.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#687