settings: Clarify that display_icon can be a full URL.

This commit is contained in:
Alex Vandiver
2025-11-03 15:26:36 -05:00
committed by Tim Abbott
parent f5095c6436
commit cfc6b33eaa

View File

@@ -458,10 +458,12 @@ SOCIAL_AUTH_SAML_ENABLED_IDPS: dict[str, Any] = {
## the login button. ## the login button.
"display_name": "SAML", "display_name": "SAML",
## ##
## Path to a square image file containing a logo to appear at ## URL of a square image file containing a logo to appear at
## the left end of the login/register buttons for this IDP. ## the left end of the login/register buttons for this IDP.
## The default of None results in a text-only button. ## This can be a relative path, on the same host, most likely
# "display_icon": "/path/to/icon.png", ## under /static/ (stored in ~zulip/prod-static/). The default
## of None results in a text-only button.
# "display_icon": "https://example.com/path/to/icon.png",
## ##
## If you want this IdP to only be enabled for authentication ## If you want this IdP to only be enabled for authentication
## to certain subdomains, uncomment and edit the setting below. ## to certain subdomains, uncomment and edit the setting below.