Error occurred while verifying paramscould not verify identity

  • SDK Version: 1.0.1
  • Verifier Details:
    • Verifier Name: wind-basic-auth
    • JWKS Endpoint: https://apigateway.wind.app/api/v1/jwk-public-key
    • Sample idToken(JWT): eyJraWQiOiJlZGI3NWE1NjdlY2Q0YzAwYTdmOTE5NzY4NDhhNDVmNSIsInR5cCI6IkpXVCIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiJzYWppYjMzMzMzIiwiYXVkIjoiIiwic3JjIjoiYXZhbG9uIiwibmFtZSI6InNhamliIGtoYW4iLCJpc3MiOiIiLCJleHAiOjE2NzkxOTA1ODEsImlhdCI6MTY3ODU4NTc4MSwianRpIjoiNDczIiwiZW1haWwiOiJzYWppYjMzMzMzQHdpbmQuYXBwIn0.O_yZZzVRmCxKV_3JsoFPEfxI9TwYAU7W_6TGsxqvg-5bsCEOw9XfjvpfSra3xX252ivOb4fCzJ6T2YYtA-_X59BFTcJt5hnP2sdkgeYHD59wRQKyBByWnUA5yqeEmfvCNBALcfBkhUUx1dvaq_3trs7TVs7otfwZX7OXDfb2vlxFf7_X_Og4tcYqPlDAhvEC_I3cPMbn1pW77WxOoN9t9MQm0jT4j4v85yT7pS_m8qqJ_VZL-gTQ6v1W5U69R1qCqZAgS7pCu5KBQYbqguT3Js1CNoP5_EjlO8MzBAJ17TlYPimyUNWC9BQxavoqKdEanMS4NWVQcGaXkO4x7R0EOg

I have setup ‘sub’ as the verifier id field on the dashboard and a custom claim which is fixed across all jwt tokens.

Custom authentication in the web with no modal works fine.

Hey @ahnaf

There are two issues in your implementation.

  1. wind-basic-auth verifier has only src: avalon as the validation field. Please add one more field. Also, the verifier_id is set to be email. Please create a new verifier by following Bring your own JWT Providers | Documentation
  2. Your IdToken(JWT) doesn’t include the aud and iss fields. Decoded at https://jwt.io
    Screenshot 2023-03-13 at 6.00.19 PM