{
  "issuer": "https://datainsight.solutions",
  "authorization_endpoint": "https://datainsight.solutions/oauth/authorize",
  "token_endpoint": "https://datainsight.solutions/oauth/token",
  "registration_endpoint": "https://datainsight.solutions/api/v1/agent/register",
  "jwks_uri": "https://datainsight.solutions/.well-known/jwks.json",
  "scopes_supported": ["read:analytics", "execute:queries", "book:demo"],
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "private_key_jwt"],
  "agent_auth": {
    "auth_md": "https://datainsight.solutions/auth.md",
    "auth_documentation": "https://datainsight.solutions/auth.md",
    "register_uri": "https://datainsight.solutions/api/v1/agent/register",
    "registration_endpoint": "https://datainsight.solutions/api/v1/agent/register",
    "supported_identity_types": ["ai_agent", "service_account", "user_delegated"],
    "identity_types_supported": ["ai_agent", "service_account", "user_delegated"],
    "supported_credential_types": ["client_credentials", "bearer_token", "api_key"],
    "credential_types_supported": ["client_credentials", "bearer_token", "api_key"],
    "revocation_endpoint": "https://datainsight.solutions/oauth/revoke",
    "revocation_url": "https://datainsight.solutions/oauth/revoke",
    "introspection_endpoint": "https://datainsight.solutions/oauth/introspect",
    "claim_url": "https://datainsight.solutions/api/v1/agent/claim"
  }
}
