Conflicting information around multiple organisations with auth.azuread

Hey, I am finding it difficult to understand what is fact and what is not due to so many community posts, github issues saying different things.

Before I tried to setup azure ad, I followed this table.

Configure authentication | Grafana documentation

It clearly states multiple orginsations are possible, however when I try to set this up using the helmchart.

org_mapping: ["REDACTED:*:GrafanaAdmin"]

or

org_mapping: ["REDACTED3:*:Admin"]

The users only gain access to org1, I have even tried adding orgs individually like:

org_mapping: ["REDACTED:1:GrafanaAdmin, REDACTED:2:GrafanaAdmin"]

but the result is the same.

Does Grafana, auth.azuread support multiple orginsations for a user or am I doing something wrong?

  • What Grafana version and what operating system are you using?
    HelmChart, Grafana v11.5.1

  • What are you trying to achieve?
    To allow a user to have admin / access to multiple organisations via org_mapping

  • How are you trying to achieve it?
    detailed above.

  • What happened?
    The user only gains admin access to org id: 1

  • What did you expect to happen?
    The user to be able to access all / specified orgs

  • Can you copy/paste the configuration(s) that you are having problems with?
    As above.

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    None

  • Did you follow any online instructions? If so, what is the URL?
    Configure Azure AD/Entra ID OAuth authentication | Grafana documentation

Can anyone confirm?