Request to Add Google Authentication Provider to Enoki

Subject: Request to Add Google Authentication Provider to Enoki

Hi Technical Support,

I’m developing an application that uses zkLogin for Web3 authentication. I’m currently in the development/testing phase and using Enoki in sandbox mode.

Issue:
When calling the /v1/zklogin/zkp endpoint to generate a zero-knowledge proof, I receive the error:

{“errors”:[{“code”:“invalid_client_id”,“message”:“Invalid client ID”}]}

After investigation, I found that my Enoki app has no authentication providers configured (the /v1/app endpoint returns “authenticationProviders”: []). The Enoki Portal in sandbox mode doesn’t appear to expose the UI for adding authentication providers.

My Details:

Request:
Could you please add my Google Client ID as an authentication provider for my Enoki app?

Hi Pandy,

You can add a new auth provider yourself from the link below:
https://portal.enoki.mystenlabs.com/teams/<YOUR_TEAM>/apps/<YOUR_APP>/auth

Or, open the app page and click Auth Providers in the left sidebar.

1 Like