BadRequestError: checks.state argument is missing - login after logout

The problem was a middleware in express routes that set the cache-control header of the /callback. I now know that the express-openid-connect calls should not be cache.

1 Like