Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Accounts | ||
| Organizations |
Grafana Cloud: provisioning organization roles for externally synced usersIn Grafana Cloud, users who sign in through an external identity provider (such as Grafana.com SSO, Okta, Azure AD, or any OAuth/SAML provider) have their organization roles controlled by that provider. By default, Grafana blocks API-level role changes for these users, which prevents ConductorOne from provisioning organization entitlements for them.To allow ConductorOne to manage organization roles for these users, enable Skip org role sync for the relevant SSO provider in your Grafana instance:
- In Grafana, go to Administration → Authentication.
- Select the SSO provider your users log in with.
- Enable Skip org role sync (equivalent to setting
skip_org_role_sync = true).
Gather Grafana credentials
Configuring the connector requires credentials obtained in your Grafana instance. The credentials you need depend on whether you are connecting to Grafana Cloud or a self-hosted Grafana instance.- Grafana Cloud
- Self-hosted Grafana
For Grafana Cloud, the connector authenticates using a service account token. Basic username/password authentication is not supported in Cloud mode.To create a service account token:
- In your Grafana Cloud instance, go to Administration → Users and access → Service accounts.
- Click Add service account, give it a name, and assign it the Admin role.
- Open the new service account and click Add service account token.
- Copy and save the generated token — it will not be shown again.
- Your Grafana Cloud instance URL (e.g.,
https://your-org.grafana.net) - The service account token generated above
Configure the Grafana connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by ConductorOne.That’s it! Your Grafana connector is now pulling access data into ConductorOne.
Choose how to set up the new Grafana connector:
- Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with ConductorOne)
- Add the connector to a managed app (select from the list of existing managed apps)
- Create a new managed app
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of ConductorOne users. Setting multiple owners is allowed.If you choose someone else, ConductorOne will notify the new connector owner by email that their help is needed to complete the setup process.
Enter your credentials based on your Grafana deployment type:
- Grafana Cloud: Select “API Key” as the auth method and paste your service account token into the API Token field.
- Self-hosted Grafana: Select “Basic Authentication” as the auth method and paste the admin account’s username and password into the Username and Password fields.