Skip to main content

Customization

Since flows can be executed authenticated or unauthenticated, the default settings can be set via tenants attributes.

settings.theme.base

Configure the base color scheme. Defaults to automatic, which switches between dark and light mode based on the users' browsers' preference. Choices: automatic, dark, light.

Global customization

Custom CSS

To further modify the look of authentik, a custom CSS file can be created. Creating such a file is outside the scope of this document.

Create a `docker-compose.override.yml` file and add this block to mount the custom CSS file:
version: "3.2"

services:
server:
volumes:
- ./my-css-file.css:/web/dist/custom.css

Afterwards, run the upgrade commands from the latest release notes.