Traefik Forward Auth
GitHub

GitHub

To use GitHub 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 github property:

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

Full list of configuration options for GitHub and example

Edit this page on GitHub