Skip to main content
In production, use OIDC or SAML SSO. Basic auth is meant for local development only.

Overview

Basic auth lets you sign in to Tracecat with an email and password. Tracecat sign-in

Configuration

In your .env file, enable the basic auth type:
TRACECAT__AUTH_TYPES=basic
You can also combine auth types if you need to:
TRACECAT__AUTH_TYPES=basic,oidc

Minimum password length

When you use basic auth, your password must be at least TRACECAT__AUTH_MIN_PASSWORD_LENGTH characters long. The default minimum is 12.