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.