auth0/node-auth0

ClientCreate does not allow Google Social Login to be disabled

Opened this issue · 1 comments

Checklist

  • I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Description

The ClientCreateNativeSocialLogin interface does not have an option to to set the Google social login to false unlike the Management API at https://auth0.com/docs/api/management/v2/clients/post-clients. The web client I'm creating with the library has a Google login button enabled by default on the Universal Login page which is unwanted behavior.

Management API:
2024-05-06_19-11-25

auth0 SDK:
2024-05-06_19-12-21

Reproduction

Try to create a new Client and cannot specify the google parameter on the ClientCreateNativeSocialLogin interface.

Additional context

No response

node-auth0 version

4.3.1

Node.js version

v18

Any updates here?