Showing archive results for January 2021

Jan 7, 2021
Post comments count4
Post likes count0

WSFederationHttpBinding in .NET Standard

Mike Rousos
Mike Rousos

The new `System.ServiceModel.Federation` package adds support for `WSFederationHttpBinding` and `WS2007FederationHttpBinding` which enable WS-Federation authentication scenarios. In this post, I'll show you you the basics of getting started with these client-side bindings in your .NET Core applications and .NET Standard libraries.

.NET.NET Core