{
    "issuer": "https://www.eclairage-rh.fr",
    "authorization_endpoint": "https://www.eclairage-rh.fr/wp-json/graphin/v1/auth/authorize",
    "token_endpoint": "https://www.eclairage-rh.fr/wp-json/graphin/v1/auth/token",
    "jwks_uri": "https://www.eclairage-rh.fr/.well-known/http-message-signatures-directory",
    "scopes_supported": [
        "read",
        "openid",
        "profile"
    ],
    "response_types_supported": [
        "code",
        "token"
    ],
    "grant_types_supported": [
        "authorization_code",
        "client_credentials"
    ],
    "token_endpoint_auth_methods_supported": [
        "none",
        "client_secret_basic"
    ],
    "service_documentation": "https://www.eclairage-rh.fr/wp-json/graphin/v1/mcp/manifest",
    "introspection_endpoint": "https://www.eclairage-rh.fr/wp-json/graphin/v1/auth/introspect",
    "introspection_endpoint_auth_methods_supported": [
        "none"
    ],
    "x_agent_auth_mode": "public_read_only",
    "x_agent_register_uri": "https://www.eclairage-rh.fr/auth.md",
    "agent_auth": {
        "skill": "https://www.eclairage-rh.fr/auth.md",
        "register_uri": "https://www.eclairage-rh.fr/wp-json/graphin/v1/auth/identity",
        "claim_uri": "https://www.eclairage-rh.fr/wp-json/graphin/v1/auth/claim",
        "identity_endpoint": "https://www.eclairage-rh.fr/wp-json/graphin/v1/auth/identity",
        "claim_endpoint": "https://www.eclairage-rh.fr/wp-json/graphin/v1/auth/claim",
        "identity_types_supported": [
            "anonymous"
        ],
        "anonymous": {
            "credential_types_supported": [
                "api_key"
            ]
        }
    },
    "x_generator": "Graph'in Agent-Ready 0.2.15"
}