Tag: sso

  • OpenCode Web Behind Authentik: AI Coding in Your Browser, Protected by SSO

    Running AI coding tools as a web service usually means choosing between security and convenience. Here’s how to deploy OpenCode’s built-in web interface behind Authentik forward-auth — Docker, Tailscale, Nginx Proxy Manager, and Let’s Encrypt in one stack. No exposed ports, no shared passwords, every request validated before it touches the AI.

  • Auto adding new users to groups in Authentik

    I had a new app working, and I needed to add authentication so I could set up a user-specific database when a new user signs in. In other words, I kinda wanted pass through auth. Where all we need is the users email address in order to identify them. Here’s how I achieved it by…