Grafana Server Admin with Azure AD authentication

Hi

Enabling Azure AD authentication and assigning groups is very straight forward and well described in https://grafana.com/docs/grafana/latest/auth/azuread/.

My questions is can we also configure Granfa Server Admins via Azure AD? The example in the link above only shows application roles Admin, Editor and Viewer. In LDAP authentication this can be set up via a “grafana_admin” flag like this:

[[servers.group_mappings]]
group_dn = "cn=admins,ou=groups,dc=grafana,dc=org"
org_role = "Admin"
grafana_admin = true

(Source: https://grafana.com/docs/grafana/latest/auth/ldap/#configuration-examples)

Is this also possible with Azure AD authentication?

Kind regards,
Philipp

3 Likes

I’d also love to see this feature