Hi everyone,
I am trying to run Inji Wallet and eSignet together in my local setup and fetch issuer information using Inji Certify. However, during the login flow in Inji Wallet, after entering the mock ID and PIN, the UI shows “Something went wrong”.
In the logs I see the following error during the token request:
Token request failed with status: 400
{
"response": null,
"errors": [
{
"errorCode": "invalid_request",
"errorMessage": "Request failed due to invalid input detected by an external service."
}
]
}
I verified the keys used while creating the OIDC client with the eSignet signing key, and everything seems correct, but I am still unable to identify the cause of the issue.
Has anyone faced a similar issue while integrating Inji Wallet + eSignet + Inji Certify locally? Any guidance would be appreciated.