{
    "issuer": "https://christianpicks.com",
    "authorization_endpoint": "https://christianpicks.com/oauth/authorize",
    "token_endpoint": "https://christianpicks.com/oauth/token",
    "registration_endpoint": "https://christianpicks.com/oauth/register",
    "revocation_endpoint": "https://christianpicks.com/oauth/revoke",
    "jwks_uri": "https://christianpicks.com/.well-known/jwks.json",
    "response_types_supported": [
        "token"
    ],
    "grant_types_supported": [
        "client_credentials"
    ],
    "token_endpoint_auth_methods_supported": [
        "none"
    ],
    "scopes_supported": [
        "catalog:read"
    ],
    "code_challenge_methods_supported": [
        "S256"
    ],
    "agent_auth": {
        "skill": "https://christianpicks.com/auth.md",
        "register_uri": "https://christianpicks.com/oauth/register",
        "claim_uri": "https://christianpicks.com/oauth/claim",
        "revocation_uri": "https://christianpicks.com/oauth/revoke",
        "identity_types_supported": [
            "anonymous"
        ],
        "anonymous": {
            "credential_types_supported": [
                "access_token"
            ]
        }
    }
}
