Create teams / users using Azure AD Groups in OSS version

Anyone knows how can I configure my grafana in such a way that it can make use of Azure AD Groups.

For example, if I have 2 dashboards and both of them have different endpoints but same base url and on the basis of AD Groups I want to allow access to each of the AD Group.

Currently, the only option which I’m doing is manually creating teams and adding users in respective teams but I want something which I don’t want to add users manually and directly give permission to Groups like Group 1 will access only Group1 dashboard and same for Group2 without manually adding users, if some new user added in the future.

Is there some kind of syncing.

FYI - I’m currently using OSS version of Grafana

That’s a task for team sync:

Team sync lets you set up synchronization between your auth providers teams and teams in Grafana

However, that’s not available for the OSS version.

Any work around for auto sync is it possible for OSS?

Also, when checking the features list in Enterprise version I could not see option of Team sync for Azure AD, although other options which were visible were like LDAP, GitHub oath, okta, etc. but not Azure

SCIM:

All those features are advance features, so they are not available in OSS.

Okay, I guess all my options are leading me to upgrade to Enterprise level.

Thanks for the help.