Gloo Authentication
Gloo's callable HTTP surface is the Gloo Portal server API (and its Gloo Platform predecessor). Both authenticate the CALLER as a developer-portal end user with an OIDC id token carried in a cookie — they do NOT use a bearer API key of their own. The API keys and OAuth client credentials these endpoints mint are credentials for the APIs the portal fronts, not for the portal API itself. The Gloo Portal IdP Connect API and the AI Gateway guardrail webhook publish no securityScheme at all: IdP Connect takes an optional `token` header naming the originating user and is expected to run inside the cluster, and the guardrail webhook is an endpoint the operator implements and protects themselves.
Gloo secures its APIs with apiKey across 3 declared security schemes, as derived from 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.