diff --git a/providers/auth0/auth0.go b/providers/auth0/auth0.go index 61ff42c24..4857259fb 100644 --- a/providers/auth0/auth0.go +++ b/providers/auth0/auth0.go @@ -36,7 +36,7 @@ type auth0UserResp struct { Name string `json:"name"` NickName string `json:"nickname"` Email string `json:"email"` - UserID string `json:"user_id"` + UserID string `json:"sub"` AvatarURL string `json:"picture"` }