Skip to main content
LeaseWizard Docs

Network & firewall whitelisting

Hosts, IP ranges, and TLS inspection notes for enterprise firewall or egress proxy allowlists.

The values below are what an enterprise firewall or egress proxy typically needs to allow so your users can reach LeaseWizard, complete SSO, and exchange tokens. All traffic is over HTTPS (TCP/443).

Hosts your users' browsers need to reach

HostPurposeOwner
app.leasewizard.aiMain web applicationLeaseWizard
auth.leasewizard.aiAuthentication host (OAuth/OIDC redirect target, token exchange, callbacks)LeaseWizard
leasewizard.ai, www.leasewizard.aiLanding page (optional)LeaseWizard
login.microsoftonline.comMicrosoft Entra ID authorization + token endpointsMicrosoft
challenges.cloudflare.comCloudflare Turnstile bot verification on public forms (e.g. login)Cloudflare

Hosts your users' browsers need to reach for in-app features

HostPurpose
Cloudflare R2 presigned URLs — scheme: https://<bucket>.r2.cloudflarestorage.com/…Direct browser PUT (upload) and GET (download) of lease PDFs via pre-signed URLs. Required if users upload or download lease files from the browser.

IP ranges

If your security policy requires IP-based allowlisting rather than host-based, please contact security@leasewizard.ai

Proxy / TLS inspection notes

  • The OIDC flow uses standard TLS; any TLS-inspecting proxy must leave auth.leasewizard.ai and login.microsoftonline.com untouched or present a certificate trusted by modern browsers.
  • The OAuth state and nonce parameters, and the LeaseWizard bridge state, are validated end-to-end. Any proxy that rewrites query strings will break login.
Network & firewall whitelisting | LeaseWizard