From 68f00c739a3338fd9f571a7a1e3315b58e8f8e76 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Wed, 12 May 2021 18:50:29 +0200 Subject: [PATCH] Docs: Remove documentation of v8 generic OAuth feature (#34018) --- docs/sources/auth/generic-oauth.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/sources/auth/generic-oauth.md b/docs/sources/auth/generic-oauth.md index 8d9eecb6be9..38730181c6f 100755 --- a/docs/sources/auth/generic-oauth.md +++ b/docs/sources/auth/generic-oauth.md @@ -194,8 +194,6 @@ To ease configuration of a proper JMESPath expression, you can test/evaluate exp ### Role mapping -If  the`role_attribute_path` property does not return a role, then the user is assigned the `Viewer` role by default. You can disable the role assignment by setting `role_attribute_strict = true`. It denies user access if no role or an invalid role is returned. - **Basic example:** In the following example user will get `Editor` as role when authenticating. The value of the property `role` will be the resulting role if the role is a proper Grafana role, i.e. `Viewer`, `Editor` or `Admin`.