grafana: enable sso auto login
This commit is contained in:
parent
98fe84c999
commit
548d03dbcd
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@
|
||||||
allow_assign_grafana_admin = true;
|
allow_assign_grafana_admin = true;
|
||||||
|
|
||||||
allow_sign_up = true;
|
allow_sign_up = true;
|
||||||
|
auto_login = true;
|
||||||
|
signout_redirect_url = "https://kanidm.wo2wz.fyi";
|
||||||
|
|
||||||
use_pkce = true;
|
use_pkce = true;
|
||||||
use_refresh_token = true;
|
use_refresh_token = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue