On Tue, Jul 26, 2011 at 8:20 AM, Markus Wehr <[email protected]> wrote: > Hi, > > > Are there chances Cas will have a WS-Federation plugin?
If you write it! :) It hasn't been high on the list of the core devs, doesn't mean you wouldn't get support and perhaps other collaborators though. > i am using the following simple approach as a token (bridge) service for > sharepoint 2010. > > Any thoughts and comments are highly appreciated. > > 1. using the ASP.NET STS (security token service) Template from Visual > Studio 2010. It is based on Windows Identity Foundation (WIF) and a > default.aspx which generates the ws-federation response for the relying > party after a sucessful forms authentication. If you have ADFS, consider CASifying that instead. > > 2. modify the login.aspx according to: > https://wiki.jasig.org/display/CASC/ASP.NET+Forms+Authentication Consider using the Jasig .Net Cas Client instead: https://wiki.jasig.org/display/CASC/.Net+Cas+Client Best, Bill > > 3. clear the .ASPXAUTH cookie immediatly when the ws-federation response is > processed so the client will be redirected to CAS every time it hits the > Simple STS. > > > regards > -- > Markus > > > > -- > 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
