tags:

views:

70

answers:

1

We have implemented SSO in a .NET web application using Windows Identity Foundation (WIF). It works great. However, we have to run it on a UNIX system using Mono. Is that possible?

A: 

AFAIK, WIF client libraries aren't implemented in Mono.

Monoman