{
    "issuer": "https://jimmitchell.org/",
    "authorization_endpoint": "https://jimmitchell.org/indieauth.php",
    "token_endpoint": "https://jimmitchell.org/token.php",
    "introspection_endpoint": "https://jimmitchell.org/token.php?action=introspect",
    "revocation_endpoint": "https://jimmitchell.org/token.php?action=revoke",
    "scopes_supported": [
        "profile",
        "create",
        "update",
        "delete",
        "media"
    ],
    "response_types_supported": [
        "code"
    ],
    "grant_types_supported": [
        "authorization_code"
    ],
    "code_challenge_methods_supported": [
        "S256"
    ],
    "authorization_response_iss_parameter_supported": true
}
