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:
-
Enoki API Key: enoki_public_56f9976b60c1f24eb74be62ec96cabed
-
Google OAuth Client ID: 164878094254-hdqrr32u4jasn3je3un81oi2vcnb5jm7.apps.googleusercontent.com
-
Network: Testnet
-
Google OAuth Type: Web Application (configured with proper redirect URIs)
Request:
Could you please add my Google Client ID as an authentication provider for my Enoki app?