diff --git a/docs/sso.md b/docs/sso.md index 35d67f1..516ead1 100644 --- a/docs/sso.md +++ b/docs/sso.md @@ -39,11 +39,17 @@ enabled = true bind = "0.0.0.0:8099" trusted_header = "Cf-Access-Authenticated-User-Email" trusted_proxies = ["127.0.0.1", "::1", "192.168.16.1"] +access_team = "rays-sdf1.cloudflareaccess.com" +access_aud = "8bfe73dfbc8c548d1cb5dc11c6db6887bcaf4f5144840396f83a620a140e1c4f" auto_create_users = true sign_out_url = "/cdn-cgi/access/logout" session_days = 30 ``` +The last two turn on the token check described under [Verifying Cloudflare's token](#verifying-cloudflares-token), +on since 2026-09-19. Both can be read without the dashboard: a request to the site while signed +out is sent to `https:///cdn-cgi/access/login/ipodderx.sdf1.net?kid=&...`. + Restart ipx after editing it: `docker compose -f /mnt/fast/arcane/projects/content/compose.yaml restart ipodderx`.