mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
feat: add saml 2.0 gotrue configuration
This commit is contained in:
parent
3d225257d4
commit
1c831f126b
2 changed files with 6 additions and 0 deletions
|
@ -121,6 +121,9 @@ GOTRUE_EXTERNAL_APPLE_ENABLED=false
|
|||
GOTRUE_EXTERNAL_APPLE_CLIENT_ID=
|
||||
GOTRUE_EXTERNAL_APPLE_SECRET=
|
||||
GOTRUE_EXTERNAL_APPLE_REDIRECT_URI=${API_EXTERNAL_URL}/callback
|
||||
# SAML 2.0. Refer to https://github.com/AppFlowy-IO/AppFlowy-Cloud/blob/main/doc/OKTA_SAML.md for example using Okta.
|
||||
GOTRUE_SAML_ENABLED=false
|
||||
GOTRUE_SAML_PRIVATE_KEY=
|
||||
|
||||
# File Storage
|
||||
# Create the bucket if not exists on AppFlowy Cloud start up.
|
||||
|
|
|
@ -105,6 +105,9 @@ services:
|
|||
- GOTRUE_EXTERNAL_DISCORD_CLIENT_ID=${GOTRUE_EXTERNAL_DISCORD_CLIENT_ID}
|
||||
- GOTRUE_EXTERNAL_DISCORD_SECRET=${GOTRUE_EXTERNAL_DISCORD_SECRET}
|
||||
- GOTRUE_EXTERNAL_DISCORD_REDIRECT_URI=${GOTRUE_EXTERNAL_DISCORD_REDIRECT_URI}
|
||||
# SAML 2.0 OAuth config
|
||||
- GOTRUE_SAML_ENABLED=${GOTRUE_SAML_ENABLED}
|
||||
- GOTRUE_SAML_PRIVATE_KEY=${GOTRUE_SAML_PRIVATE_KEY}
|
||||
|
||||
appflowy_cloud:
|
||||
restart: on-failure
|
||||
|
|
Loading…
Add table
Reference in a new issue