mirror of
https://github.com/lukaszraczylo/traefikoidc.git
synced 2026-06-05 22:44:17 +00:00
fixup! Fix the issue with Google OAuth invalid scopes
This commit is contained in:
+4
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user