I have an issue implementing Google login in ASP.NET Core using OAuth. I get a Cors error.
(https://i.sstatic.net/0kGi3VXC.png)
(https://i.sstatic.net/0bL7Z3nC.png)
(https://i.sstatic.net/Knslx17G.png)
(https://i.sstatic.net/ta0BIQyf.png)
I expected to redirect to google login page which did not happen. I have used the useCors middleware in my program.cs but that also didn’t work. It seems that it might be a google issue.
New contributor
Commander Mo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.