{
    "issuer": "https://www.doctorsim.com",
    "authorization_endpoint": "https://www.doctorsim.com/oauth/authorize",
    "token_endpoint": "https://www.doctorsim.com/oauth/token",
    "registration_endpoint": "https://www.doctorsim.com/oauth/register",
    "jwks_uri": "https://www.doctorsim.com/.well-known/jwks.json",
    "response_types_supported": [
        "code"
    ],
    "grant_types_supported": [
        "authorization_code",
        "refresh_token",
        "client_credentials"
    ],
    "token_endpoint_auth_methods_supported": [
        "none",
        "client_secret_post",
        "client_secret_basic"
    ],
    "code_challenge_methods_supported": [
        "S256",
        "plain"
    ],
    "scopes_supported": [
        "openid",
        "profile",
        "orders:read",
        "orders:write",
        "balance:read",
        "webhooks:read",
        "webhooks:write"
    ],
    "service_documentation": "https://www.doctorsim.com/api-docs/",
    "agent_auth": {
        "skill": "https://www.doctorsim.com/auth.md",
        "register_uri": "https://www.doctorsim.com/oauth/register",
        "claim_uri": "https://www.doctorsim.com/oauth/authorize",
        "identity_types_supported": [
            "identity_assertion",
            "anonymous"
        ],
        "identity_assertion": {
            "assertion_types_supported": [
                "verified_email"
            ],
            "credential_types_supported": [
                "access_token",
                "refresh_token"
            ]
        },
        "anonymous": {
            "credential_types_supported": [
                "api_key"
            ]
        }
    }
}