Hi,
According to the README, Kutt supports OIDC authentication. However, the latest released version (v3.2.3) and the corresponding Docker image (kutt/kutt:latest) do not include this feature in practice.
After testing:
OIDC_ENABLED=true and related environment variables are correctly set
- OIDC works only when using an image built from the
main branch
- The official release image does not expose OIDC functionality (no login button, no route initialization)
This creates confusion because the documentation suggests OIDC is supported, while the stable release does not include it.
- Please clarify which version officially supports OIDC
- If OIDC is ready, consider releasing a new version including this feature
- Otherwise, it would help to update the README to indicate that OIDC is only available on
main or not yet released
Thanks!
Hi,
According to the README, Kutt supports OIDC authentication. However, the latest released version (
v3.2.3) and the corresponding Docker image (kutt/kutt:latest) do not include this feature in practice.After testing:
OIDC_ENABLED=trueand related environment variables are correctly setmainbranchThis creates confusion because the documentation suggests OIDC is supported, while the stable release does not include it.
mainor not yet releasedThanks!