{
  "issuer": "https://www.tellicotractorworks.com",
  "authorization_endpoint": "https://www.tellicotractorworks.com/auth",
  "token_endpoint": "https://www.tellicotractorworks.com/auth/token",
  "registration_endpoint": "https://www.tellicotractorworks.com/auth/register",
  "scopes_supported": [
    "read",
    "openid",
    "offline_access"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "service_documentation": "https://www.tellicotractorworks.com/auth.md",
  "op_policy_uri": "https://www.tellicotractorworks.com/contact",
  "op_tos_uri": "https://www.tellicotractorworks.com/contact",
  "agent_auth": {
    "skill": "https://www.tellicotractorworks.com/auth.md",
    "register_uri": "https://www.tellicotractorworks.com/contact",
    "registration_methods_supported": [
      {
        "method": "mailto",
        "uri": "mailto:tellicotractorworks@icloud.com",
        "description": "Email provisioning: send a registration request to tellicotractorworks@icloud.com identifying the agent, its operator, the intended scope of access, and a public key or client identifier. Tellico Tractor Works provisions credentials out-of-band and returns a client identifier and bearer token along with the granted scopes."
      }
    ]
  }
}
