1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2026-01-02 19:39:21 +00:00

Bump titles, fix 404s

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-07-06 06:08:44 +12:00
parent fcdd767241
commit 20ff12fd11
4 changed files with 15 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
---
title: Secure Traefik with Google Auth
description: Using Traefik Forward Auth, you can selectively secure your Docker services, using Google as your authentication backend!
title: SSO with traefik forward auth with Google Oauth2
description: Using Traefik Forward Auth, you can selectively apply SSO to your Docker services, using Google Oauth2 as your authentication backend!
---
# Traefik Forward Auth using Google
# Traefik Forward Auth using Google Oauth2 for SSO
[Traefik Forward Auth][tfa] is incredibly useful to secure services with an additional layer of authentication, provided by an OIDC-compatible provider. The simplest possible provider is a self-hosted instance of [Dex][tfa-dex-static], configured with a static username and password. This is not much use if you want to provide "normies" access to your services though - a better solution would be to validate their credentials against an existing trusted public source.