|
I've been analyzing our authentication logs and noticed a significant number of entries labeled as "Brand fallback" and "Default brand". Looking at the activity log, I can see:
Where are these fallback entries being generated from? |
Answered by
rissson
Apr 7, 2026
Replies: 1 comment 6 replies
|
This happens when authentik can't find a matching brand, for instance when there is no HTTP request in the context where the event is created to associate the event to. If an HTTP request is available, but there is no matching brand and there is no default brand, we also use a dummy fallback brand. See https://github.com/goauthentik/authentik/blob/main/authentik/brands/utils.py#L17 |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Because the worker cannot know which domain to look up in a task context