From dd8c50ec1247d2500443f865ecaed6f2582dcc58 Mon Sep 17 00:00:00 2001 From: David Garcia <87497958+Dgarc359@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:34:23 -0400 Subject: [PATCH] FIX: typo in generic oauth org mapping json (#94117) --- .../configure-authentication/generic-oauth/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md index 91b0e40eec5..fa56bac67b5 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md @@ -313,7 +313,7 @@ Payload: "roles": [ "org_foo", "org_bar", - "another_org' + "another_org" ], ... },