{
  "issuer": "https://soobrief.com",
  "authorization_endpoint": "https://soobrief.com/login",
  "token_endpoint": "https://api.soobrief.com/api/auth/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic",
    "none"
  ],
  "response_types_supported": [
    "code",
    "token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "scopes_supported": [
    "tasks:read",
    "notes:read",
    "notes:write",
    "publications:read"
  ],
  "service_documentation": "https://soobrief.com/auth.md",
  "ui_locales_supported": [
    "en",
    "tr"
  ]
}
