From 06aec31b551410aa8388724ada08738a6a9eccec Mon Sep 17 00:00:00 2001 From: Eric Leijonmarck Date: Tue, 14 Feb 2023 03:02:36 +0000 Subject: [PATCH] Auth: Docs add what needs to happen to change `oauth_skip_org_role_update_sync` (#63203) * docs: add what needs to happen to change * refactor docs * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- docs/sources/setup-grafana/configure-grafana/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index a3feba5cf2f..2c9f70613b9 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -859,6 +859,8 @@ Administrators can increase this if they experience OAuth login state mismatch e > **Note**: This option is deprecated in favor of OAuth provider specific `skip_org_role_sync` settings. The following sections explain settings for each provider. +If you want to change the `oauth_skip_org_role_update_sync` setting to `false`, then for each provider you have set up, use the `skip_org_role_sync` setting to specify whether you want to skip the synchronization. + > **Warning**: Currently if no organization role mapping is found for a user, Grafana doesn't update the user's organization role. > With Grafana 10, if `oauth_skip_org_role_update_sync` option is set to `false`, users with no mapping will be > reset to the default organization role on every login. [See `auto_assign_org_role` option]({{< relref ".#auto_assign_org_role" >}}).