Grafana team assignment is not working in OSS

I have setup generic auth in my OSS version of Grafana.

I’d like to assign team id from my auth provider. Below is my config.

;team_ids =
teams_url = https://my-teams-url.com/oauth2/user-teams
team_ids_attribute_path = contains("teams"[*], 1234) && 'Org 2 Team' 

Grafana version: v10.0.3

This is not working for me.

I know that TeamSync is an Enterprise only feature. Are these configs also Enterprise only feature?

Thanks.

Doc is good starting point always:

Available in Grafana Enterprise and Grafana Cloud.

Thanks @jangaraj, Just double confirming. So team assignment is a part of TeamSync. Hence not available in OSS. Right?

correct

1 Like