How to Simplify OAuth in Self Hosted n8n

🔗 Link do vídeo: https://www.youtube.com/watch?v=VtCbCdKrqAE
🆔 ID do vídeo: VtCbCdKrqAE

📅 Publicado em: 2026-07-22T12:00:16Z
📺 Canal: n8n

⏱️ Duração (ISO): PT4M37S
⏱️ Duração formatada: 00:04:37

📊 Estatísticas:
– Views: 1.081
– Likes: 65
– Comentários: 10

🏷️ Tags:

@liammcgarrigle shows you how to use credential overwrites, which allows you to simplify OAuth credentials in n8n.

Template needed to follow along: https://go.n8n.io/dUYJDg
Docs for credential overwrites: https://go.n8n.io/zf8rLW

Credential overwrites let you save the OAuth client and secret values once. Then the credential modal will use those values by default, showing you just the "Connect with" buttons.

This can be used for more than just OAuth, like setting a default base URL, but that is not covered in this video.

Timestamps
0:00 – Intro
00:19 – How it works
00:45 – What’s the point?
01:00 – Only works on self hosted, not on n8n cloud
01:14 – Overview of steps
01:53 – Step 1: Add environment variable
02:01 – Step 2: Find credentials schema (fields)
02:52 – Step 3: Setup http node to register on startup
03:30 – Testing it
03:50 – How this can save hours with Google, Microsoft, and other large providers
04:29 – What else do you want to see a tutorial for?