{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Providers API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Providers", "type": "folder" }, "items": [ { "info": { "name": "Grafana List All Providers Settings", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/v1/sso-settings" }, "docs": "This API operation retrieves the configuration settings for all Single Sign-On (SSO) providers that have been configured in Grafana. When called, it returns a comprehensive list containing the settings and parameters for each SSO provider, such as OAuth, SAML, or other authentication mechanisms that are available in the system. This endpoint is useful for administrators who need to review or audit the current SSO configurations across their Grafana instance, providing visibility into which authe" } ] } ], "bundled": true }