ITADN

Antiforgery issue when hosted in AWS ECS

#168Opendrond 创建于 2024-01-10
D
drondcommented
Hello! I'm using steam auth in my app (.NET 8 Blazor ssr app) and came across the issue - when running localy (pure dotnet or doker) everything goes well Auth working as expected, but once I've published my App into AWS ECS cluster it stopped working. Looks like there is some issue with Antiforgery cookies: - '.AspNetCore.Correlation.**********' cookie not found. - Error from RemoteAuthentication: The authentication response was rejected because the anti-forgery token was invalid. Maybe you could help with solving that as I'm totally exhausted with googling anything related to that issue :( PS Meanwhile deployed my app (kinda just an pure API with steam auth) into DigitalOcean and it works... but not in AWS
3 条评论