AISBF OAuth2 Relay

Configure OAuth2 callback interception for remote AISBF deployments

General Settings

The URL of your remote AISBF server (e.g., https://192.168.1.100:17765)

Interception Settings

Comma-separated list of localhost ports to intercept (default: 54545 for Claude)
One path per line. These paths on localhost will be redirected to AISBF.

How It Works

OAuth2 Localhost Redirect

  • Many OAuth2 providers (like Claude) require localhost redirect URIs
  • When AISBF runs on a remote server, it can't receive these localhost callbacks
  • This extension intercepts localhost OAuth2 callbacks in your browser
  • It redirects them to your remote AISBF server automatically