X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/44013721f0d9bd21c8ebe7cf2ae7d39067fe74bb..refs/pull/3406/head:/app/Config/auth.php diff --git a/app/Config/auth.php b/app/Config/auth.php index 1e1a9d350..ec4389a6c 100644 --- a/app/Config/auth.php +++ b/app/Config/auth.php @@ -13,6 +13,11 @@ return [ // Options: standard, ldap, saml2, oidc 'method' => env('AUTH_METHOD', 'standard'), + // Automatically redirect to external login provider if only one provider is being used + // instead of displaying a single-button login page and requiring users to click through + // Supported methods: saml2, oidc + 'auto_redirect' => env('AUTH_AUTO_REDIRECT', false), + // Authentication Defaults // This option controls the default authentication "guard" and password // reset options for your application.