Please support role_attribute_path for Github Oauth

I added role_attribute_path into [auth.github] like this:

role_attribute_path = contains(name, 'DevOps') && 'Admin' || contains(name, 'search') && 'Editor' || 'Viewer'

But Grafana didn’t assign user to right role.

This is a very cool feature to have

1 Like

Same issue here and there is a GitHub issue about this: Grafana.ini Configmap role_attribute_path · Issue #270 · grafana/helm-charts · GitHub.
But unfortunately I don’t know any solution. :frowning: