I understand that .Net Core does not support WS-Federation. However, I would really like to use IdentityServer 4, which, as I understand it, also does not support WS-Federation.
However, if I have an ASP.Net Core website and am aiming for a complete .Net infrastructure, is it possible to use WS-Federation with IdentityServer 4 then? Is there any kind of interface that can be used?
As if I were using code from IdentityServer3.WsFederation , how difficult would it be to use it to use IdentityServer4?
source share