I've created an application that uses Azure AD for (not Azure AD B2C). I've been referencing https://raw.githubusercontent.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/master/ReadmeFiles/aspnetcore-webapp-tutorial-alt.svg?sanitize=true along the way.
Since i've deployed the application to our test environements, I randomly get 'HTTP Error 400. The size of the request headers is too long'.
I've come across Azure Portal: Bad Request - Request Too Long but this solution is for Azure B2C.
Does anyone know a solution to this?
Let me know if you need code examples. but i've pretty much followed the git repositories referenced above.