SAML Authentication - App creation restrictions using "groups"

Hi,

I would like to restrict app creation to certain user group
this is the SAML assertion sent from the IDP to dash:

<saml:Attribute FriendlyName=“groups” Name=“groups” NameFormat=“urn:oasis:names:tc:SAML:2.0:attrname-format:uri”>
<saml:AttributeValue xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xsi:type=“xs:string”>RestrictedCreationGroup</saml:AttributeValue></saml:Attribute>

Dash doesn’t read the groups and still prevent users from creating new app.

What am I missing?

Thanks