Auth0 User Login
Auth0 User Login
Webhook
High
16
Nodes
Webhook
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
16
Node Types
7
Node Types
http Request
Request Access Token, Get Userinfo
2 nodes
if
If
1 node
stop And Error
No Code Found
1 node
respond To Webhook
Open Auth Webpage
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5, Sticky Note7
7 nodes
set
Set Application Details, Set Application Details1
2 nodes
webhook
/login, /receive-token
2 nodes
Workflow JSON
11.1 KB
{
"id": "AS2Rj41p6OyA0xZK",
"meta": {
"instanceId": "7858a8e25b8fc4dae485c1ef345e6fe74effb1f5060433ef500b4c186c965c18",
"templateCredsSetupCompleted": true
},
"name": "Auth0 User Login",
"tags": [],
"nodes": [
{
"id": "25022573-c99e-40d2-88e2-a0e7a9780181",
"name": "Request Access Token",
"type": "n8n-nodes-base.httpRequest",
"position": [
1260,
320
],
"parameters": {
"url": "={{ $json.domain }}/oauth/token",
"method": "POST",
"options": {},
"jsonBody": "={\n \"grant_type\": \"authorization_code\",\n \"code\": \"{{ $json.query.code }}\",\n \"client_id\": \"{{ $json.client_id }}\",\n \"client_secret\": \"{{ $json.client_secret }}\",\n \"redirect_uri\": \"{{ $json.my_server }}\",\n \"audience\": \"{{ $json.domain }}/api/v2/\"\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
...Showing first 1000 characters. Click "Expand" to view the full JSON.