cloudflare-access-troubleshoot
Installation
SKILL.md
Troubleshoot Cloudflare Access Authentication Skill
Systematic diagnosis and resolution of Cloudflare Access authentication issues including Google OAuth errors and access policy problems.
Quick Start
Quick diagnostics for Access issues:
# Check allowed emails configured
grep ACCESS_ALLOWED_EMAIL /home/dawiddutoit/projects/network/.env
# Verify Google OAuth credentials set
grep GOOGLE_OAUTH /home/dawiddutoit/projects/network/.env
# Check if Google domains are whitelisted in Pi-hole
docker exec pihole pihole -q accounts.google.com
docker exec pihole pihole -q login.google.com
Related skills