Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClientCreate does not allow Google Social Login to be disabled #1005

Open
5 tasks done
cmoyer2 opened this issue May 7, 2024 · 0 comments
Open
5 tasks done

ClientCreate does not allow Google Social Login to be disabled #1005

cmoyer2 opened this issue May 7, 2024 · 0 comments
Labels
bug This points to a verified bug in the code

Comments

@cmoyer2
Copy link

cmoyer2 commented May 7, 2024

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

@cmoyer2 cmoyer2 added the bug This points to a verified bug in the code label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

1 participant