Merge pull request #15427 from grafana/15308_docs

Improved documentation of new short-lived token solution
This commit is contained in:
Marcus Efraimsson
2019-02-15 13:00:28 +01:00
committed by GitHub
5 changed files with 66 additions and 14 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ provider (listed above). There is also options for allowing self sign up.
### Login and short-lived tokens
> The followung applies when using Grafana's built in user authentication, LDAP (without Auth proxy) or OAuth integration.
> The following applies when using Grafana's built in user authentication, LDAP (without Auth proxy) or OAuth integration.
Grafana are using short-lived tokens as a mechanism for verifying authenticated users.
These short-lived tokens are rotated each `token_rotation_interval_minutes` for an active authenticated user.