You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and OpenIDConnect generate url /login
I found the solution:
in line var q = req.parsedParams?req.path+'?'+querystring.stringify(req.parsedParams):req.originalUrl;
should add req.baseUrl + req.path