{
  "issuer": "https://echowave.io",
  "authorization_endpoint": "https://echowave.io/api/auth/oauth2/authorize",
  "token_endpoint": "https://echowave.io/api/auth/oauth2/token",
  "registration_endpoint": "https://echowave.io/api/auth/oauth2/register",
  "jwks_uri": "https://echowave.io/.well-known/jwks.json",
  "scopes_supported": ["openid", "profile", "email", "offline_access", "api:read", "api:write"],
  "response_types_supported": ["code"],
  "response_modes_supported": ["query"],
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "token_endpoint_auth_methods_supported": ["none", "client_secret_basic", "client_secret_post"],
  "code_challenge_methods_supported": ["S256"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["EdDSA"],
  "service_documentation": "https://echowave.io/docs/api/",
  "ui_locales_supported": ["en"],
  "agent_auth": {
    "skill": "agent_registration",
    "register_uri": "https://echowave.io/api/auth/oauth2/register",
    "documentation": "https://echowave.io/auth.md",
    "identity_types_supported": ["identity_assertion"],
    "identity_assertion": {
      "assertion_types_supported": ["urn:ietf:params:oauth:token-type:id-jag"],
      "credential_types_supported": ["jwt"],
      "claim_uri": "https://echowave.io/api/auth/oauth2/token"
    }
  }
}
