I am getting weird error on identity server 4 after I added NGNIX Proxy infront of my application.
My .net core identity server is running on Docker Container on port 8080
Ngnix proxy(using https://github.com/nginx-proxy/nginx-proxy) is configured to route 443 to docker container 8080
After successfully authenticate on callback endpoint it fails to validate the forgery token.
The weird part is the whole scenario works for user that I seed when the .net core app is started. But fails for new one created via my API.
Any idea or taught is appreciated.