Auth0 & Supabase issue

I integrated auth0 with Supabase but I have an RLS policy issue and probably with JWT. When the user signs-up through auth0 form, the user is successfully created in auth0 dashboard but it's not in my profiles table. My RLS policies in Supabase prevent newly authenticated user to access the dashboard upon sign-up.

Is there any specific RLS policies I need to write for third party providers?
Was this page helpful?