Supporting Multiple WS-Federation Authentication Schemes in ASP.NET Core
ASP.NET Core allows you to add support for multiple authentication schemes, such as social auth providers or WS-Federation. This support can be added with or without ASP.NET Identity Core. Users can then use these schemes to authenticate with your web application. While adding support for social authentication providers (such as Twitter and Facebook) is useful,Continue reading Supporting Multiple WS-Federation Authentication Schemes in ASP.NET Core