I am currently working on an old ASP.NET MVC application and suddenly it appears there's something wrong with the login mechanism using the OpenIdConnectAuthenticationOptions, it won't get through to Microsoft login.
I can't figure it out and hard to trace what's the issue on it because I have another application with the same implementation of OpenIdConnectAuthenticationOptions but that works perfectly fine.
Has anyone experienced the same issue?
Thanks!