Top "Ws-federation" questions

WS-Federation is an Identity Federation specification, which provides mechanisms for allowing differential security realms.

What's the difference between ADFS, WIF, WS Federation, SAML, and STS?

These are numerous technologies and buzzwords used for single sign-on with Microsoft services. Can someone explain ADFS, WIF, WS Federation, …

single-sign-on wif saml adfs ws-federation
The OWIN authentication pipeline, and how to use Katana middleware correctly?

I've recently started looking at the new ASP.Net Identity framework and the Katana middleware, there's a surprising amount of …

c# owin adfs katana ws-federation
Federated authentication in Sharepoint 2013: getting rtFa and FedAuth cookies

The scenario is the following: I need to perform a federated authentication of a user (which uses his university account) …

c# authentication sharepoint claims-based-identity ws-federation
How to validate WS-Federation SAML tokens with Java Service Provider

I am working on a project that uses ws_federation and SAML to authenticate to a Identity Provider running on …

java single-sign-on saml ws-federation
Difference between adfs and azure AD

Differences between ADFS and Azure AD I understand that ADFS is a STS (Secure Token Service) in the sense that …

azure azure-active-directory adfs ws-federation
WS-Federation sign-in Asp.NET 5 MVC 6 ADFS

Hello so I've been trying to achieve WS-Fed SSO on my MVC6 web application, I've read a bit on authentification …

asp.net asp.net-core adfs asp.net-core-mvc ws-federation
Transparent SSO with SAML (IE, SAML 2.0, ADFS, Kerberos authentication)

Configuration is: ADFS 2.0 as IdP (both WS-Federation and SAML 2.0 are supported), ASP.NET app as Service Provider. When SPS requests …

login single-sign-on adfs2.0 saml-2.0 ws-federation
BootstrapContext is null on ClaimsIdentity

I have created a new ASP.NET MVC application with .NET 4.5. I have successfully set up authentication with an STS. …

asp.net-mvc .net-4.5 wif claims-based-identity ws-federation
Does ADFS use kerberos?

Currently looking to federate servers that use AD. First thought was to use ADFS to manage service requests across domains …

kerberos adfs ws-federation federation
Ws-Federation authentication with ASP.NET Core

I am migrating an ASP.NET application to be on ASP.NET Core, but have met a problem of Ws-Federation …

asp.net asp.net-core adfs ws-federation