FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Tailscale Custom OIDC with Cloudflare Zero Trust and a Cloudflare Worker
How-ToDevOps

Tailscale Custom OIDC with Cloudflare Zero Trust and a Cloudflare Worker

via Dev.to DevOpsde4ps1mo ago

Tailscale supports custom OIDC providers for authentication. Instead of building a full OIDC identity provider from scratch, you can use Cloudflare Zero Trust as the IdP and a tiny Cloudflare Worker as the glue. The worker serves a single endpoint — WebFinger — that lets Tailscale discover the OIDC issuer on your domain. The total amount of code: ~30 lines of TypeScript. Background When you sign up for Tailscale with a custom domain (say user@example.com ), Tailscale needs to find the OIDC provider responsible for that domain. It does this via WebFinger — an HTTP-based protocol for discovering information about resources. Tailscale sends a GET request to: https://example.com/.well-known/webfinger?resource=acct:user@example.com&rel=http://openid.net/specs/connect/1.0/issuer The response must be a JSON Resource Descriptor (JRD) pointing to the OIDC issuer: { "subject" : "acct:user@example.com" , "links" : [ { "rel" : "http://openid.net/specs/connect/1.0/issuer" , "href" : "https://your-i

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
17 views

Related Articles

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward
How-To

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward

TechCrunch • 1d ago

Build Days That Actually Mean Something
How-To

Build Days That Actually Mean Something

Medium Programming • 1d ago

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.
How-To

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.

Dev.to Beginners • 1d ago

The origin story of Apple’s long-running relationship with FoxConn
How-To

The origin story of Apple’s long-running relationship with FoxConn

The Verge • 1d ago

How to Optimize Big Data Platform Costs Across the Data Lifecycle
How-To

How to Optimize Big Data Platform Costs Across the Data Lifecycle

Hackernoon • 1d ago

Discover More Articles