Archived Content from Web3Auth Community
This topic was originally posted by githubdiscussions on 1/6/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
Hello, I have a few questions about customauth integration.
I want to get google id token through one-tap sign in android app and communicate directly with torus node through this.
To do this, I am writing a demo code using customauth getTorusKey.
When I make this request, I get the following error. Can you tell me the detailed reason for the error and how can I fix it?
Error: Error occurred while verifying paramsazip is not clientID [google oauth client id 1] [google oauth client id 2]
I have 2 Oauth client on google api for android one-tap sign (android, web-application)

and I create 2 verifier each client id

and my google id token's payload has 2 client id

thanks
Originally posted by: SleepTimeGRT
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1179