As I mentioned on the title, Why ADFS unsupported in Net Core 2.0+ and Angular 6? Do you have plan or make it high-priority to implement this in next version?
7 Answer(s)
-
0
We did a POC using microsoft-adal-angular6 and it worked fine, but definitely, this is something we would be very interested to see as part of the framework.
-
0
@klir
If you can create an issue on https://github.com/aspnetzero/aspnet-zero-core/issues we can implement it for the next versions of AspNet Zero.
-
0
@klir If you create the issue, I'll give it a thumbs up. I also think the implementation should be multi-tenant aware.
-
0
Thanks @japnolt
If you guys don't create the issue, I will plan it and add it to backlog.
-
0
Hi @ismcagdas @klir
This is the answer I expected. Thanks both!
-
2
Hi lads,
We are so busy here, but I will try to prepare a fork of the base solution with ADAL integration. We did this POC 4 months ago, and not sure if will work on latest version 6.x (we are still in 5.62). POC is based on this wrapper https://github.com/manishrasrani/ms-adal-angular6 for simplicty
But I guess a product version should be using directly Azure AD ADAL library ADAL for JS
Regards
-
0
Just created bug for this in github repository.
https://github.com/aspnetzero/aspnet-zero-core/issues/2032