How long before it will be implemented? We did a lot of work to get things working on angular 2 and now we dont have Microsoft oauth support???
We're dead in the water!
Two months of work converting to angular 2 for nothing.
Can we add it?
Hello, we are using Angular
The runtime environment is
Ubuntu Linux 18.04 .Net Core 2.1 runtime App is behind an Nginx instance, working fine for everything except MS Auth, not sure if this could be a problem? On the MS website the app is registered with the external https url we are using for our test machine, which loads correctly for the website with standard login for admin but not for ms authentication
We found there is a comment on the sources saying ms support is not completed yet, is this still true?
But the issue on github is from 2016, so not sure if the comment is there now because still alive or was just not removed at the time the issue got fixed
https://github.com/angular/zone.js/issues/290
Regards
We will try and report back.
https://docs.aspnetzero.com/documents/zero/latest/Version-Differences
Adding this
Configuration.Modules.AbpWeb().AntiForgery.IsEnabled = false;
XXXXWebApiModule::Initialize() fixed for development.
Since we will not be using ASP.NET to make calls to the API we need to understand what involved in getting this to work for production.
Q: Do we need to read a cookie and then submit that as an X-Header in the call to the API?
The changes listed here.
<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/commit/a9170c0d9728bea63ffdadca10bb1eb7347191f8">https://github.com/aspnetzero/aspnet-ze ... b7347191f8</a>
Are already in my existing release.
Also, im trying this from REST Console plugin for Chrome. Dont see why that should matter?
Thanks. Were in to github now. Will try the fix in an hour.
Since that last update was in October, I'm assuming this was fixed? Were using 2.1.0??
Please add commondesk
Please add me also my github id is mbalsam