fixup! Fix the issue with Google OAuth invalid scopes

This commit is contained in:
2025-05-06 13:06:02 +01:00
parent 75b5904099
commit 996b25ebaf
+4 -5
View File
@@ -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