-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: 'invalid_token', error_description: 'invalid token provided' #4
Comments
Hi @RalphBragg, I am experiencing the same error after downloading a fresh version of the repo and running the node index-mockbank.js command <-- BODY { error: 'invalid_token', error_description: 'invalid token provided' } ...applications-exemplo/tpp-nodejs/node_modules/openid-client/lib/helpers/process_response.js:45 |
I had got the same error either! |
Hi Guys. |
Hello, @RalphBragg. The problem seems to be that the dynamic client used in the code no longer exists. It can be really very helpful if another dynamic client can be used in the example. It could gives us more visibility regarding how to implement all necessary flows. Thank you in avance. |
Hi Ralph.
The token expired or revoked ?
Best Regards
Follow below error stack
<-- 401 FROM GET https://matls-auth.mockbank.poc.raidiam.io/reg/-NJXWEC8TOPVSBSg8Uh0L
<-- BODY { error: 'invalid_token', error_description: 'invalid token provided' }
The text was updated successfully, but these errors were encountered: