mirror of
https://github.com/bonfire-networks/bonfire-deploy.git
synced 2025-07-05 05:04:02 +00:00
ENABLE_SSO_PROVIDER
This commit is contained in:
@ -88,6 +88,9 @@ LOG_LEVEL=info
|
||||
# UPLOADS_S3_SCHEME=https://
|
||||
# UPLOADS_S3_URL=
|
||||
|
||||
# Enable using Bonfire as an SSO provider for external apps to sign in with?
|
||||
# ENABLE_SSO_PROVIDER=false
|
||||
|
||||
# OpenID Connect: connect as a client to the OpenID Connect provider with callback url https://yourinstance.tld/oauth/client/openid_1
|
||||
# OPENID_1_DISCOVERY=
|
||||
# OPENID_1_DISPLAY_NAME=
|
||||
|
@ -79,6 +79,8 @@ services:
|
||||
- UPLOADS_S3_SCHEME
|
||||
- UPLOADS_S3_URL
|
||||
|
||||
- ENABLE_SSO_PROVIDER
|
||||
|
||||
- OPENID_1_DISPLAY_NAME
|
||||
- OPENID_1_DISCOVERY
|
||||
- OPENID_1_CLIENT_ID
|
||||
|
Reference in New Issue
Block a user