I want to disable social login sign-up and register as a user from a web app

Hello.
I’m trying to develop a web application using laravel and nuxt.js using Auth0’s universal login.

So, I have a question about social login user registration.
Can something like this be achieved with Auth0?

  • I want to disable social account sign-up from the Universal Login login screen.
  • I want to register a social account via API from the app’s management screen. I don’t want users to register for social login themselves.

I searched the community for similar questions, but couldn’t find any.