From 996b25ebaf7fa417a49a80f7f6de040ad302abfe Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Tue, 6 May 2025 13:06:02 +0100 Subject: [PATCH] fixup! Fix the issue with Google OAuth invalid scopes --- .traefik.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.traefik.yml b/.traefik.yml index 64522a1..a0234cf 100644 --- a/.traefik.yml +++ b/.traefik.yml @@ -152,11 +152,10 @@ configuration: The OAuth 2.0 scopes to request from the OIDC provider. Default: ["openid", "profile", "email"] - Include "roles" or similar scope if you need role/group information. -| -| Note: For Google OAuth, the middleware automatically handles the -| proper authentication parameters and does NOT require the "offline_access" -| scope (which Google rejects as invalid). See documentation for details. + Include "roles" or similar scope if you need role/group information. + Note: For Google OAuth, the middleware automatically handles the + proper authentication parameters and does NOT require the "offline_access" + scope (which Google rejects as invalid). See documentation for details. required: false items: type: string