IdentityServer4.Admin
IdentityServer4.Admin copied to clipboard
Bad Request - Request Too Long
Describe the bug
After deployment I keep getting this error when attempting to log in. "HTTP Error 400. The size of the request headers is too long."
To Reproduce
Steps to reproduce the behavior:
Relevant parts of the log file
<log goes here>
In our case we had this issue with some user with many groups associated to it (but we are using Windows authentication actually, preview branch).
So we applied the 2nd workaround explained here: https://docs.microsoft.com/en-us/troubleshoot/iis/http-bad-request-response-kerberos
Same error. I tried to increase options.Limits.MaxRequestHeadersTotalSize in Program.cs but it's not worked. Any idea?