{
  "issuer": "https://fikanova.com/_emdash",
  "authorization_endpoint": "https://fikanova.com/_emdash/oauth/authorize",
  "token_endpoint": "https://fikanova.com/_emdash/api/oauth/token",
  "registration_endpoint": "https://fikanova.com/_emdash/api/oauth/register",
  "device_authorization_endpoint": "https://fikanova.com/_emdash/api/oauth/device/code",
  "revocation_endpoint": "https://fikanova.com/_emdash/api/oauth/token/revoke",
  "jwks_uri": "https://fikanova.com/.well-known/jwks.json",
  "service_documentation": "https://fikanova.com/auth.md",
  "op_policy_uri": "https://fikanova.com/privacy",
  "op_tos_uri": "https://fikanova.com/terms",
  "ui_locales_supported": [
    "en"
  ],
  "scopes_supported": [
    "content:read",
    "content:write",
    "media:read",
    "media:write",
    "schema:read",
    "schema:write",
    "taxonomies:manage",
    "menus:manage",
    "settings:read",
    "settings:manage",
    "admin",
    "read",
    "write",
    "chat",
    "leads",
    "commerce"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "protected_resources": [
    "https://fikanova.com/_emdash/api/mcp",
    "https://fikanova.com",
    "https://fikanova.com/api"
  ],
  "agent_auth": {
    "skill": "https://fikanova.com/auth.md",
    "documentation_uri": "https://fikanova.com/auth.md",
    "register_uri": "https://fikanova.com/agent/auth/register",
    "claim_uri": "https://fikanova.com/agent/auth/claim",
    "revocation_uri": "https://fikanova.com/agent/auth/revoke",
    "contact": "nya.onmoseti@gmail.com",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "supported_identity_types": [
      "anonymous",
      "identity_assertion"
    ],
    "anonymous": {
      "credential_types_supported": [
        "api_key",
        "bearer"
      ],
      "claim_uri": "https://fikanova.com/agent/auth/claim"
    },
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "verified_email"
      ],
      "credential_types_supported": [
        "api_key",
        "bearer"
      ],
      "claim_uri": "https://fikanova.com/agent/auth/claim",
      "revocation_uri": "https://fikanova.com/agent/auth/revoke"
    },
    "credentials_note": "Credentials attribute correspondence and API operations. Public discovery resources do not require a credential."
  }
}