How to Assign Group Memberships from Metabase

Overview

This article explains how to assign group membership from Metabase when integrating via SAML.

Applies To

  • Metabase
  • SAML

Solution

Go to the SAML connection settings. Under the Mappings tab, map the groups attribute to the http://schemas.xmlsoap.org/claims/Group attribute. See the official Metabase documentation for more information:

{
    "mappings": {
        // ...other mappings
        "groups":"http://schemas.xmlsoap.org/claims/Group"
    }
}