mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SAML: Support auto login (#61685)
* SAML: Support auto login * Add individual auto_login option for each OAuth provider * Docs: Describe new auto_login option * Minor refactor
This commit is contained in:
@@ -839,6 +839,8 @@ URL to redirect the user to after they sign out.
|
||||
|
||||
### oauth_auto_login
|
||||
|
||||
> **Note**: This option is deprecated - use `auto_login` option for specific OAuth provider instead.
|
||||
|
||||
Set to `true` to attempt login with OAuth automatically, skipping the login screen.
|
||||
This setting is ignored if multiple OAuth providers are configured. Default is `false`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user