v-ladynev / keycloak-nodejs-example

A simply step by step Keycloak, MySQL and Node.js integration tutorial. There are some docker examples as well.
291 stars 102 forks source link

Getting Access denied error after login #10

Open mohitagarwal07 opened 4 years ago

mohitagarwal07 commented 4 years ago

I am facing intermittent issue of getting access denied error after login once the existing session expires. The error I see in the server logs is 'Could not obtain grant code: Error: 400:Bad Request'.

Steps to reproduce this issue:

  1. Login into the application
  2. Wait for the session to expire which is 30 mins in my application
  3. Once the session expires, refresh the application and it redirects back to the login page.
  4. Try to login again in to the application and sometimes its hows the access denied error.

Please make the appropriate changes to fix this issue or let me know if there is any way I can fix this issue at my end.

beevelop commented 3 years ago

Did you have any luck with this issue? Seeing the same behavior in one of our applications.

ToniIltanen commented 3 years ago

Having the same issue, any news on this one?

HubM commented 1 year ago

Any news here ? I got the same problem...

treecon commented 1 year ago

Any news on this?