Admin Interface: Configuration¶
The Config page exposes runtime settings for the Enterprise server.
Tip
Keep unused auth providers disabled to hide them from the login chooser.
Compliance¶
| Setting | Description |
|---|---|
SERVER_NAME |
Display name shown in clients and webhook payloads |
HEADER_TEXT / HEADER_FG_COLOR / HEADER_BG_COLOR |
Optional banner text and colors shown at the top of the admin site |
FOOTER_TEXT / FOOTER_FG_COLOR / FOOTER_BG_COLOR |
Optional footer text and colors shown at the bottom of the admin site |
Email¶
| Setting | Description |
|---|---|
EMAIL_FROM_ADDRESS |
From address for all email |
EMAIL_HOST / EMAIL_PORT |
SMTP host and port |
EMAIL_HOST_USER / EMAIL_HOST_PASSWORD |
SMTP credentials |
EMAIL_USE_SSL / EMAIL_USE_TLS |
Enable SSL or STARTTLS |
Webhooks¶
| Setting | Description |
|---|---|
WEBHOOK_TIMEOUT |
Seconds to wait for webhook endpoints before a delivery is marked failed |
Authentication Providers¶
Please see the Single Sign-On page in our "Getting Started" section for a detailed explanation of how to configure SSO.
We currently support:
- Azure Active Directory
- Custom OAuth2
- Custom OpenID Connect (OIDC)
- GitLab OAuth2
- Github Enterprise
- Github OAuth2
- Google OAuth2
- LDAP
- Okta OAuth2
- Slack OAuth2
- SAML2 (if your license includes the add-on)
If you require something specific that we don't have here, please contact us and we may be able to add it.