mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 20:20:04 +08:00
feat: add external-authelia idp config
This commit is contained in:
14
idm/external-authelia.yml
Normal file
14
idm/external-authelia.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
opencloud:
|
||||||
|
environment:
|
||||||
|
# enable opaque access tokens
|
||||||
|
PROXY_OIDC_ACCESS_TOKEN_VERIFY_METHOD: "none"
|
||||||
|
PROXY_OIDC_SKIP_VERIFICATION: "false"
|
||||||
|
|
||||||
|
# oidc assignment driver currently doesn't work with the desktop client: https://github.com/opencloud-eu/desktop/issues/217
|
||||||
|
PROXY_ROLE_ASSIGNMENT_DRIVER: "default"
|
||||||
|
GRAPH_ASSIGN_DEFAULT_USER_ROLE: "true"
|
||||||
|
|
||||||
|
PROXY_ROLE_ASSIGNMENT_OIDC_CLAIM: "groups"
|
||||||
|
WEB_OIDC_SCOPE: "openid profile email groups"
|
||||||
Reference in New Issue
Block a user