{
  "authorization_endpoint": "https://micropub.fly.dev/auth",
  "authorization_response_iss_parameter_supported": true,
  "code_challenge_methods_supported": ["S256"],
  "introspection_endpoint": "https://micropub.fly.dev/introspect",
  "issuer": "https://giacomodebidda.com/",
  "revocation_endpoint": "https://micropub.fly.dev/revoke",
  "scopes_supported": [
    "email",
    "profile",
    "create",
    "update",
    "delete",
    "undelete",
    "media",
    "draft"
  ],
  "service_documentation": "https://github.com/jackdbd/micropub",
  "token_endpoint": "https://micropub.fly.dev/token",
  "userinfo_endpoint": "https://micropub.fly.dev/userinfo"
}
