Hi
Is there a way to use AD FS 3.0 for Authentication in an ASP.NET Core SPA app (ng4) with API?
I'm building an Angular (4) application and would like to use VS 2017 and ASP.NET core as it (next version of angular mvc template) supports
ng4 using webpack but I have to authenticate users using AD FS 3.0 for now as an update to 4.0 is not possible yet.
My fallback is to use ASP.NET 4 (MVC/Web API) but found no samples on how to use ng4 tooling with MVC5.
Any help appreceated... :-)
Sebastian