[SOLVED] Disable local auth

Hello. I am using self hosted version of Squidex. Is it possible to disable authentication using email and password and only leave external auth clients like Google? Couldn’t find it in the docs. Thanks.

Yes, it is possible. See this setting: https://github.com/Squidex/squidex/blob/master/backend/src/Squidex/appsettings.json#L585

With environment variables it is IDENTITY__ALLOWPASSWORDAUTH = false

1 Like

Thanks Seabastian. Exactly what I was looking for!

1 Like