Docs: Remove documentation of v8 generic OAuth feature (#34018)

This commit is contained in:
Marcus Efraimsson
2021-05-12 18:50:29 +02:00
committed by GitHub
parent 774ffd939c
commit 68f00c739a
-2
View File
@@ -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`.