Skip to main content

Simple branding setup

Customize the appearance of SecureAuth web pages and messages using the built-in branding editor. You can easily update logos, fonts, and primary colors—without developer involvement.

Appearance changes apply to all workspaces in your tenant.
To apply branding per workspace or organization, use advanced Themes.


What you need

  • Public Logo image URL
  • Optional Font URL (e.g., Google Fonts)
  • Brand Color codes (HEX, HSL, or RGB)

Access Branding settings

  1. Go to Tenant Settings > Appearance.

  2. Click the Branding tab.

    Tenant Settings - Appearance


Configure branding elements

Colors

Customize primary UI elements such as buttons and headers.

FieldDescription
Primary ColorAccent color for UI buttons/links
Header ColorTop nav and page headers

You can:

  • Select visually using the color picker
  • Enter values in HEX, RGB, or HSL formats

Examples:

  • HEX: #1A73E8
  • RGB: rgb(26, 115, 232)
  • HSL: hsl(217, 89%, 51%)

FieldDescription
Logo URLHTTPS public URL of your logo (PNG, JPG, SVG supported)
Logo SizeChoose Small, Medium, or Large display size (default Medium)

Recommended size: 200x60 pixels


Fonts

FieldDescription
Font URLCSS link to font from CDN (e.g., Google Fonts)

Examples:

  • Google Fonts: https://fonts.googleapis.com/css2?family=Roboto&display=swap
  • Custom CDN: https://yourdomain.com/fonts/custom-font.css

Ensure your font source uses HTTPS and loads in all modern browsers.


Preview your changes

  • Use the right-hand preview panel to see changes live
  • Switch views between Login, Consent, MFA, and Error pages

Publish branding

Click Publish to apply branding across your tenant.

Changes affect all workspaces. For per-workspace theming, use advanced branding.


Summary of Branding Options

ElementAffectsOptions
Primary ColorButtons, linksHEX, RGB, or HSL
Header ColorHeaders/navigationHEX, RGB, or HSL
Logo URLBrand logoHTTPS image (PNG, JPG, SVG)
Logo SizeLogo appearanceSmall, Medium, Large
Font URLGlobal text stylingWeb font CSS (Google, Custom CDN)

Troubleshooting

IssueCauseSolution
Logo not showingURL invalid or blockedUse valid HTTPS URL with correct format
Font not loadingHTTPS or CORS issueConfirm URL works and browser-accessible
Colors not appliedInvalid formatUse proper HEX/RGB/HSL format
No visible changesBrowser cacheTry incognito or clear browser cache