Has one one got this working? I'm attempting to get the facebook auth working and am getting a No-Access-Allow-Control error. I'm following the SPA template given by microsoft but added in CORS because my front end is Angular JS hosted on another web-server.
I see that redirect request has the Origin header on it. I think this is the problem but do not know how to remove it since its a redirect being returned from the ChallengeResult.
Has anyone seen this or have any advice? Thanks ahead of time.