Damien, This isn't out of the box functionality and I'm not aware of any one doing this yet. However...if the launch page itself can participate in CAS (perhaps via Gateway) and you can pass some parameters to the .NET fat client on each invocation, then you should be able to get SSO working via ProxyTickets.
Launch page gets a PGT Launch page requests a ProxyTicket (PT) for .NET Client Launch page passes PT .NET Client .NET Client validates PT against CAS You might want to look at the .NET CAS Client. You could use this directly for the Launch Page, and then use the core to integrated with your .NET Client. http://developer.jasig.org/source/browse/jasigsvn/cas-clients/dotnet-client/trunk Also take a look at CasOwa for an example of dealing with ProxyTickets http://github.com/wgthom/CasOwa Hope this helps. Bill On Mon, Mar 15, 2010 at 4:56 AM, Damien Azambourg <[email protected]> wrote: > Hello, > > We would like to know if CAS is able to offer a SSO between, in one hand, web > applications (J2EE, .NET) and, in the other end, .NET fat client deployed > with Click.Once of Microsoft and launched from a browser. > > Currently, the .NET fat client shows a form in the GUI of the fat client and > communicates a login/pwd to IIS. > > In fact, we don't know how to do SSO between theses two worlds (thin clients > and fat clients) and we are hoping CAS can do it. > > Thanks and Regards, > > Damien > -- > You are currently subscribed to [email protected] as: [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
