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
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
] 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:
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
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