Hi, I am trying to add an OWIN integration login using Angular 2 and .NET Core. From what I can see .NET Core version isn't compatible to add OWIN integration yet? If not, is this planned or are there instructions on how to add it?
Thanks, Matt
Hi, I am trying to get the base downloaded Project working and followed the start up steps. I have not changed anything.
When I try login via <a class="postlink" href="http://localhost:4200/">http://localhost:4200/</a> with correct username\password it just redirects me back to the login page, not the dashboard. The initial password reset worked and if I type the wrong password it tells me failed login. So the ASP.NET Core API is working. Seems like the session token isn't working properly?
Not sure if this is relevant, but when I start the ASP.NET Solution for the first time Swagger is throwing a javascript error Unhandled exception at line 69, column 21 in <a class="postlink" href="http://localhost:22742/">http://localhost:22742/</a> 0x800a1391 - JavaScript runtime error: 'abp' is undefined
Line is var csrfToken = abp.security.antiForgery.getToken()
Thanks, Matt