Connecting Microsoft azure AD users on login to Supabase

Hi fellow devs,

I’m planning on creating an auth0 app, the users are supposed to log in with their Microsoft Azure AD. I am using Auth0 to login, and I would use Supabase to store users and additional data. Furthermore, I have been trying to figure out how I can have a user get automatically listed in my Supabase user list when they log in with Microsoft Azure AD over Auth0.

We’ve made a custom db connection to Supabase, but when I sign in with a social login, the user doesn’t automatically show up in the Supabase db, they will only show up in the Auth0 user list.

Any help to this would be appreciated!