Google SSO on Linux VM

Hi there, I'm trying to get a clear step-by-step guide to deploying Google SSO for some hosted services through Traefik 3.

I'm running Traefik 3 on an Ubuntu VM and it's working perfectly. I can't figure out what I'm missing when I follow (and try to adapt) the docker-based guides for getting Google SSO going.

Any advice or links would be greatly appreciated.

Thanks!

Usually SSO is a thing between the target service and the auth provider, sending some (redirect) links, so it has little to do with the proxy in front of your application.

Traefik only gets involved deeply when you try to use Traefik forwardAuth middleware (doc).

Share your Traefik static and dynamic config, and docker-compose.yml if used, and clearly state what is not working.