When signing up via external auth, skip the create account popup. Best used alongside auth_overrides_email, auth_overrides_username and auth_overrides_name.
(通过外部身份验证注册时,跳过创建帐户弹出窗口。最好与 auth_overrides_email、auth_overrides_username 和 auth_overrides_name 一起使用。)
还有一个 auth_immediately 设置可能也能满足您的需求:
Automatically redirect to the external login system without user interaction. This only takes effect when login_required is true, and there is only one external authentication method
(自动将用户重定向到外部登录系统,无需用户交互。这仅在 login_required 为 true 且只有一个外部身份验证方法时生效。)