Traefik Forward Auth
GitHub

Google

To use Google for user authentication, create an OAuth2 application and configure the callback to https://<endpoint>/portals/<portal>/oauth2/callback (see examples depending on how Traefik Forward Auth is exposed).

Configure a provider with these options in the google property:

  • clientID : OAuth2 client ID of your application
  • clientSecret : OAuth2 client secret of your application

Full list of configuration options for Google and example

Edit this page on GitHub