tags:

views:

149

answers:

1

It should be possible to use SAML to authenticate users for any type of application (according to the spec), but the examples I have seen are cookie-based ASP.NET web-sites.

Does anyone know of an example authenticating users for, say, a Win Forms app (not using cookies)?

A: 

Use this SAML Toolkit for ASP.NET

Mark Attwood
Not helpful. Clearly I said "Not ASP.NET" and "Example". Plugging the SAML Toolkit everywhere on this site is also a little transparent. Perhaps offer a little more context in your answers...
Ben Breen
Hi,It not only supports ASP.NET, but it also allows you to parse and send SAML XML to authenticate to your server from WinForms Apps
Mark Attwood