tolgee / tolgee-platform

Developer & translator friendly web-based localization platform
https://tolgee.io
Other
1.23k stars 95 forks source link

Trying to disable native authentication with `tolgee.authentication.native-enabled`=`false` doesn't work #2281

Open emericv opened 2 weeks ago

emericv commented 2 weeks ago

I'm trying to disable native authentication with tolgee.authentication.native-enabled=false

tolgee:
  authentication:
    enabled: true
    native-enabled: false

But after a restart, the native login form is still here.

image

Dockerized Tolgee v3.59.3

JanCizmar commented 2 weeks ago

Hey, there is no native-enabled there is only enabled

Edit: OK, there is native-enabled.

Edit 2: Sorry!

Edit 3: You're right that this is weird. We plan fix these issues with other SSO updates we plan. According to the code, it's only used to determine whether your password is resetable or not.

emericv commented 2 weeks ago

@JanCizmar Yep...

It's documented here: https://tolgee.io/platform/self_hosting/configuration#native-enabled

JanCizmar commented 2 weeks ago

This is the master feature: https://github.com/tolgee/tolgee-platform/issues/2273

JanCizmar commented 2 weeks ago

I am closing this in favour of the master. Thanks for reporting anyway!