Kong · Schema

OIDC Identity Provider Scopes Property

The scopes requested by your application when authenticating with the identity provider.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-oidcidentityproviderscopes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OIDCIdentityProviderScopes",
  "title": "OIDC Identity Provider Scopes Property",
  "description": "The scopes requested by your application when authenticating with the identity provider.",
  "type": "array",
  "items": {
    "type": "string"
  },
  "default": [
    "email",
    "openid",
    "profile"
  ]
}