{
    "issuer": "https://boatsexpert.com/",
    "authorization_endpoint": "https://boatsexpert.com/wp-json/boats-agent-ready/v1/oauth/authorize",
    "token_endpoint": "https://boatsexpert.com/wp-json/boats-agent-ready/v1/oauth/token",
    "jwks_uri": "https://boatsexpert.com/.well-known/jwks.json",
    "response_types_supported": [
        "code"
    ],
    "grant_types_supported": [
        "authorization_code",
        "refresh_token"
    ],
    "scopes_supported": [
        "openid",
        "profile",
        "email"
    ],
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post"
    ],
    "code_challenge_methods_supported": [
        "S256"
    ],
    "authorization_response_iss_parameter_supported": true,
    "service_documentation": "https://boatsexpert.com/contact-us/",
    "metadata_note": "Discovery-only metadata for agent discovery. The local authorize and token endpoints do not issue tokens until a real OAuth/OIDC provider is connected."
}