I’ve a blazor web assembly app hosted on AWS S3 (as static website) which exposes route via cloudfront. This application makes a call to lambda which is exposed via ALB as an api over http. ALB is secured via Okta. When I hit api url in browser then api asks for okta authentication and once authentication is completed then reasult is returned. But when I integrate api in blazor WASM application then it gives me the error 302 and application exists without anything. May be someone can help?