mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
Merge pull request #270 from MannixTT/external-idp
External idp | new variables for various clients
This commit is contained in:
17
.env.example
17
.env.example
@@ -313,6 +313,23 @@ IDP_DOMAIN=
|
||||
IDP_ISSUER_URL=
|
||||
# Url of the account edit page from your Identity Provider.
|
||||
IDP_ACCOUNT_URL=
|
||||
# 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=
|
||||
# Declares which property should be used for the oidc claim
|
||||
# Example: "roles"
|
||||
PROXY_ROLE_ASSIGNMENT_OIDC_CLAIM=
|
||||
# Defines the OIDC client scope
|
||||
# Example: "openid profile email roles"
|
||||
OC_OIDC_CLIENT_SCOPES=
|
||||
# Client specific environment vars
|
||||
#WEBFINGER_WEB_OIDC_CLIENT_ID=
|
||||
#WEBFINGER_WEB_OIDC_CLIENT_SCOPES=
|
||||
#WEBFINGER_IOS_OIDC_CLIENT_ID=
|
||||
#WEBFINGER_IOS_OIDC_CLIENT_SCOPES=
|
||||
#WEBFINGER_ANDROID_OIDC_CLIENT_ID=
|
||||
#WEBFINGER_ANDROID_OIDC_CLIENT_SCOPES=
|
||||
#WEBFINGER_DESKTOP_OIDC_CLIENT_ID=
|
||||
#WEBFINGER_DESKTOP_OIDC_CLIENT_SCOPES=
|
||||
|
||||
## Shared User Directory Mode ##
|
||||
# Use together with idm/ldap-keycloak.yml and traefik/ldap-keycloak.yml
|
||||
|
||||
Reference in New Issue
Block a user