{
  "issuer": "https://auth.immediapower.com",
  "authorization_endpoint": "https://auth.immediapower.com/oauth/authorize",
  "token_endpoint": "https://auth.immediapower.com/oauth/token",
  "jwks_uri": "https://auth.immediapower.com/.well-known/jwks.json",
  "registration_endpoint": "https://auth.immediapower.com/oauth/register",
  "revocation_endpoint": "https://auth.immediapower.com/oauth/revoke",
  "introspection_endpoint": "https://auth.immediapower.com/oauth/introspect",
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "scopes_supported": [
    "mcp:simulator:read",
    "mcp:dor:read",
    "openid",
    "offline_access"
  ],
  "service_documentation": "https://www.immediapower.com/.well-known/mcp/server-card.json",
  "op_policy_uri": "https://www.immediapower.com/ai-policy/",
  "op_tos_uri": "https://www.immediapower.com/terms/",
  "x-status": "planned",
  "x-notice": "RESERVED / PLANNED. This document reserves the OAuth 2.0 Authorization Server Metadata namespace for the planned Immedia Power MCP service described at /.well-known/mcp/server-card.json. The authorization server is nonoperational. Endpoint URLs and supported-flow declarations are prospective placeholders, not active authentication services. Do not submit credentials or authorization requests to them. No launch date is currently confirmed; consult the server card for published status."
}
