Merge pull request #682 from cbcoutinho/refactor/scope-separator-colon-to-dot

refactor: change OAuth scope separator from colon to dot
This commit is contained in:
Chris Coutinho
2026-04-07 14:17:46 +02:00
committed by GitHub
44 changed files with 724 additions and 520 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ services:
- ENABLE_DCR=true
# OAuth scopes (optional - uses defaults if not specified)
- NEXTCLOUD_OIDC_SCOPES=openid profile email offline_access notes:read notes:write calendar:read calendar:write contacts:read contacts:write cookbook:read cookbook:write deck:read deck:write tables:read tables:write files:read files:write sharing:read sharing:write todo:read todo:write
- NEXTCLOUD_OIDC_SCOPES=openid profile email offline_access notes.read notes.write calendar.read calendar.write contacts.read contacts.write cookbook.read cookbook.write deck.read deck.write tables.read tables.write files.read files.write sharing.read sharing.write todo.read todo.write
# NO admin credentials - using external IdP OAuth only!
volumes: