mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 20:20:04 +08:00
Update .env.example
Changes made based on the comments in the pull request following the reviews
This commit is contained in:
16
.env.example
16
.env.example
@@ -313,16 +313,14 @@ IDP_DOMAIN=
|
|||||||
IDP_ISSUER_URL=
|
IDP_ISSUER_URL=
|
||||||
# Url of the account edit page from your Identity Provider.
|
# Url of the account edit page from your Identity Provider.
|
||||||
IDP_ACCOUNT_URL=
|
IDP_ACCOUNT_URL=
|
||||||
# Global Client ID, you can overwrite it by defining a client specific client id
|
# Global Client ID: You can override this by specifying a custom client ID, or leave it blank to use the OC defaults, as described in the documentation
|
||||||
OC_OIDC_CLIENT_ID="{{ item.oc_oidc_client_id }}"
|
#OC_OIDC_CLIENT_ID=
|
||||||
# Declares which property should be used for the oidc claim
|
# Declares which property should be used for the oidc claim
|
||||||
PROXY_ROLE_ASSIGNMENT_OIDC_CLAIM="roles"
|
# Example: "roles"
|
||||||
# claim_role to opencloud mapping
|
PROXY_ROLE_ASSIGNMENT_OIDC_CLAIM=
|
||||||
OC_OIDC_CLIENT_SCOPES="openid profile email roles offline_access"
|
# Defines the OIDC client scope
|
||||||
# Unfortunetely needed at the moment (be careful to set it to none in prod)
|
# Example: "openid profile email roles"
|
||||||
# PROXY_OIDC_ACCESS_TOKEN_VERIFY_METHOD=none
|
OC_OIDC_CLIENT_SCOPES=
|
||||||
# Allow OpenCloud, to show Authentik Login-Frame
|
|
||||||
PROXY_CSP_CONFIG_FILE_LOCATION="/etc/ocis/csp.yaml"
|
|
||||||
# Client specific environment vars
|
# Client specific environment vars
|
||||||
#WEBFINGER_WEB_OIDC_CLIENT_ID=
|
#WEBFINGER_WEB_OIDC_CLIENT_ID=
|
||||||
#WEBFINGER_WEB_OIDC_CLIENT_SCOPES=
|
#WEBFINGER_WEB_OIDC_CLIENT_SCOPES=
|
||||||
|
|||||||
Reference in New Issue
Block a user