Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 899 Bytes

File metadata and controls

21 lines (11 loc) · 899 Bytes

dex-tailscale

Simple Dex setup to authenticate with Tailscale.

This means you can login to services that support OIDC authentication using only your Tailscale IP!

Note: You can (and should) try Tailscale's tsidp instead if you only need auth via Tailscale!

Demo

Here is an example video of authenticating to Cloudflare Access with Tailscale:

gif showing login to cloudflare access using dex-tailscale

Setup

Fill in the values in dex.env and tailscale.env using dex.env.example and tailscale.env.example respectively.

The default dex.yaml configuration includes Cloudflare Access as a client, but you can update this if you want :)

Then just run docker compose up and you're done!