From 8aaca53a32910b21fac5efbc97175361f124fa6e Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:15:51 +0100 Subject: [PATCH] [v9.4.x] Docs: fix typo in 9.4 what's new (#63580) Docs: fix typo in 9.4 what's new (#63545) provides -> providers (cherry picked from commit 33277fccde146e49e2eb4f3f8afdf8c091ff7076) Co-authored-by: Mitch Seaman --- docs/sources/whatsnew/whats-new-in-v9-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/whatsnew/whats-new-in-v9-4.md b/docs/sources/whatsnew/whats-new-in-v9-4.md index e8afcdde1a8..51de150eea4 100644 --- a/docs/sources/whatsnew/whats-new-in-v9-4.md +++ b/docs/sources/whatsnew/whats-new-in-v9-4.md @@ -124,7 +124,7 @@ Learn more about service accounts in our [Service account documentation]({{< rel ### OAuth providers setting for skip org role sync -While Grafana integrates with many different auth providers, we have received requests for a feature that enables you to bypass organization role synchronization for individual provides rather than for all configured providers. This option is now available for users who want to be able to use Grafana to manage their org roles. +While Grafana integrates with many different auth providers, we have received requests for a feature that enables you to bypass organization role synchronization for individual providers rather than for all configured providers. This option is now available for users who want to be able to use Grafana to manage their org roles. This option enables you to skip synchronization from your configured OAuth provider specifically in the auth provider section under `skip_org_role_sync`. Previously users could only do this for certain providers using the `oauth_skip_org_role_sync_update` option, but this would include all of the configured providers.