Learn how to authenticate into Tracecat using Google OAuth.
.env
file, make sure you have the following value set.
Set up OAuth consent screen in Google
http://localhost
.<your-domain>/auth/oauth/callback
.Set up credentials in Google
Configure environment variables in Tracecat
.env
file and set the following variables:OAUTH_CLIENT_ID
OAUTH_CLIENT_SECRET
Restart Tracecat
docker compose up
.