Remove role mapping

This commit is contained in:
Joey Hafner 2022-07-08 23:33:41 -07:00
parent ba1ae131d9
commit 143d58b9b1

View File

@ -19,4 +19,3 @@ empty_scopes = false
auth_url = https://authentik.jafner.net/application/o/authorize/
token_url = https://authentik.jafner.net/application/o/token/
api_url = https://authentik.jafner.net/application/o/userinfo/
role_attribute_path = contains(groups[*], 'Grafana Admins') && 'Admin' || contains(groups[*], 'Grafana Editors') && 'Editor' || 'Viewer'