User Profile
hebboss
Copper Contributor
Joined 2 years ago
User Widgets
Recent Discussions
Re: Azure AD B2C authorization code and refresh token size increase update
yoelh For all those who encounter this issue on Azure web apps, we had to modify the web.config to override the request limits: <requestFiltering> <requestLimits maxUrl="10999" maxQueryString="2097151" /> </requestFiltering> For those who run a nodejs server under IIS, you will also need to increase the size of the http headers in the iisnode module: <iisnode nodeProcessCommandLine="node.exe --max-http-header-size 81000"/>17KViews0likes2Comments
Groups
Recent Blog Articles
No content to show