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
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.