JackyJacky
Guide/Generic OAuth Connection
Local Security Policy

Credentials entered here are only processed client-side and saved into local config files. They are never sent to external servers.

Custom OAuth Integration

Generated JSON snippet
{
  "integrations": {
    "custom_provider": {
      "client_id": "YOUR_CLIENT_ID",
      "client_secret": "YOUR_CLIENT_SECRET",
      "authorize_url": "https://",
      "token_url": "https://",
      "scopes": [
        "read"
      ]
    }
  }
}