Re: [cas-dev] CAS integration with SharePoint 2010

2011-11-15 Thread Markus Wehr
Hello Ryan, for a simple scenario you could combine something like https://wiki.jasig.org/display/CASC/ASP.NET+Forms+Authentication with a custom sts http://msdn.microsoft.com/en-us/library/ff955607.aspx This delivers good user experience for only one SP Web App. You should clear the aspxau

Re:[cas-dev] CAS integration with SharePoint 2010

2011-11-12 Thread ryan
Kaustubh writes: > > Hi, > > We have a requirement where we need to integrate Central Authentication Service (CAS) with SharePoint > 2010. We did find a pointer to integrate it with MOSS 2007 (http://eduyalesomauth.codeplex.com/), > however SharePoint 2010 claims based authentication is built

RE: [cas-dev] CAS integration with SharePoint 2010

2011-02-09 Thread Matthieu . Marc
] CAS integration with SharePoint 2010 I suspect that you may need to follow the approach taking to CASify OWA, namely the use of a small authentication shim deployed along side SP2010 and the use of the CAS ClearPass extension to get the password from CAS. Some links that may be helpful:

Re: [cas-dev] CAS integration with SharePoint 2010

2011-02-09 Thread William G. Thompson, Jr.
I suspect that you may need to follow the approach taking to CASify OWA, namely the use of a small authentication shim deployed along side SP2010 and the use of the CAS ClearPass extension to get the password from CAS. Some links that may be helpful: https://wiki.jasig.org/display/CASUM/ClearPass

[cas-dev] CAS integration with SharePoint 2010

2011-02-09 Thread Kaustubh
Hi, We have a requirement where we need to integrate Central Authentication Service (CAS) with SharePoint 2010. We did find a pointer to integrate it with MOSS 2007 (http://eduyalesomauth.codeplex.com/), however SharePoint 2010 claims based authentication is built on Windows Identity Foundation