User Profile
hebboss
Copper Contributor
Joined 3 years ago
User Widgets
Recent Discussions
Re: Azure AD B2C authorization code and refresh token size increase update
Yoel_Horvitz 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
Recent Blog Articles
No content to show