Grafana Loki Authentication
Grafana Loki deliberately ships no authentication. The Loki HTTP API reference states plainly: "authorization is not part of the Loki API. Authorization needs to be done separately, for example, using an open-source load-balancer such as NGINX." What Loki does carry natively is tenancy — the X-Scope-OrgID header — which is an isolation boundary, not a credential. Authentication is supplied by whatever fronts Loki: a reverse proxy for self-hosted deployments, HTTP Basic with an access policy token for Grafana Cloud Logs and Grafana Enterprise Logs, and OAuth 2.1 for the hosted Grafana Cloud MCP server.
Grafana Loki declares 6 security scheme(s) across its OpenAPI definitions.
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.