From 9c3ab37248637631ce6a169d0e276960a9389e93 Mon Sep 17 00:00:00 2001 From: gallagherdkd <160284388+gallagherdkd@users.noreply.github.com> Date: Thu, 1 May 2025 15:26:03 -0600 Subject: [PATCH] Update jumpcloud.ts Fix jumpcloud config --- src/providers/oauth2/jumpcloud.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/oauth2/jumpcloud.ts b/src/providers/oauth2/jumpcloud.ts index 6054eae..fdd9fb5 100644 --- a/src/providers/oauth2/jumpcloud.ts +++ b/src/providers/oauth2/jumpcloud.ts @@ -73,6 +73,7 @@ function JumpCloudAuthProvider( authorization_server, name: "Jump Cloud", algorithm: "oauth2", + kind: "oauth", profile: (profile): AccountInfo => { return { sub: profile.email as string,