mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 11:20:44 +03:00
[Feat] Adding OIDC OAuth callback support #780
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 @luisgreen on GitHub (Aug 7, 2025).
Is this a feature for the backend or frontend?
Backend
What would you like?
When the user is registered add the oauth callback suppport
This is still not a complete solution but enables the authentication.
You need to set a custom location in a reverse proxy like this so the discovery can work avoiding adding more environment variables.
Why is this needed?
I have been using mattermost for a while and I would love to have this feature in code so i can oidc login with Mattermost
Other information
I think this also solves https://github.com/plankanban/planka/issues/593 and https://github.com/plankanban/planka/issues/690
@luisgreen commented on GitHub (Aug 7, 2025):
@meltyshev @nickbe @daniel-hiller