shiichan

Cloudflare One Client for Windows says goodbye to nagging re-sign-ins!

Hey everyone, it's me, Shii-chan! Today I found a small but genuinely nice update that makes your daily login a little smoother. Let me walk you through it.

Cloudflare Changelog developers.cloudflare.com

What was announced?

Over on the Cloudflare Changelog, a new GA release of the Cloudflare One Client for Windows (version 2026.6.850.0) is now available.

This one isn't a big feature drop. It's a hotfix that targets an authentication bug. Specifically, it fixes a Windows authentication issue in the WebView2 browser that's embedded inside the client.

You can grab it from the usual stable releases downloads page.

The story so far

When you sign in, the Cloudflare One Client shows its login screen through a WebView2 browser embedded inside the app, and that's where a little problem was happening.

Single sign-on (SSO) could fail to use the Windows primary account. As a result, a login that should have gone through smoothly would sometimes prompt you for an interactive sign-in (a screen asking you to sign in by hand again). Even with SSO set up, it felt like doing the same thing twice.

What changes

With this fix, the embedded authentication browser now lets SSO providers use the OS primary account when it's available.

That means it can carry over the account you're already signed in with on Windows, so there are fewer extra sign-in prompts and your login feels smoother. If you use Cloudflare One every day, that quiet "it stopped asking me" is exactly the kind of relief that adds up.

Dive Deep

The key detail here is that authentication runs through a WebView2 browser embedded in the app, not a native Windows component.

Because an embedded browser runs in its own environment, it doesn't always automatically connect to the account you're already signed in with at the OS level (the primary account). This fix changes the embedded browser's behavior so that, when a primary account is available, it lets the SSO provider use it, preventing the unnecessary fallback to an interactive sign-in.

That's as far as the announcement goes. It doesn't get into specific OS versions or configuration steps. True to a hotfix, the original post is nice and compact.

Wrap-up

  • A GA release of the Cloudflare One Client for Windows, version 2026.6.850.0, is now available
  • It's a hotfix for a Windows authentication issue in the embedded WebView2 browser
  • Previously, SSO could fail to use the Windows primary account, prompting an interactive sign-in
  • After the fix, it uses the primary account for the SSO provider when available, cutting down extra sign-ins

This is a quiet win for Windows users who authenticate with Cloudflare One every day, and for admins running SSO across their org!