Need help at creating organizations

Hi, I need some help setting up multiple organizations in our Grafana instance. I read the documentation and tried various things but so far didn’t succeed yet in creating new organizations. Not sure why but maybe it’s related to our current setup.

Setup:

  • Installed Grafana via the official Helm Chart
  • Azure AD for authentication and authorization (including app roles like “Grafana Editor” in the AAD app registration)
  • Disabled Basic Auth and anonymous access

My user has the admin role but for some reason, I’m not able to see this kind of menu

image

nor my user has the permissions to create a new organization via the REST API (Organization HTTP API | Grafana documentation). Also, this doesn’t work using the internal created admin user. Not sure why but maybe because we’ve disabled basic auth?

Hope somebody can help me out because I’m now out of ideas.

Our config looks like the following

grafana.ini:
  server:
    root_url: https://demo
    enable_gzip: true
  security:
    disable_initial_admin_creation: false
  auth:
    disable_login_form: true
    oauth_auto_login: true
    disable_signout_menu: false
  auth.basic:
    enabled: false
  auth.anonymous:
    enabled: false
  auth.azuread:
    org_name: Some Org
    enabled: true
    name: Azure AD
    allow_sign_up: true
    client_id: snip
    client_secret: snip
    scopes: openid email profile
    auth_url: snip
    token_url: snip
    allowed_domains:
    allowed_groups: