Securing certain pages with a third party STS
Hi,
I'm perfectly happy using the out of the box user storage for authors and administrators. However, we are using an STS (Identity Server) which uses MSCRM for our customers to access our other websites and we would like to secure certain pages within Sitefinity with this so customers need to login via the STS before accessing them.
Is this possible?
Hello,
Regarding Sitefinity external STS integration you could find a working sample in the following URL that might be useful:
github.com/.../Sitefinity-External-STS-Integration
Furthermore, you could review these article:
http://www.sitefinity.com/blogs/svetla-yankovas-blog/2013/05/28/single-sign-on-between-sitefinity-and-3rd-party-applications-part-1---the-basics
www.sitefinity.com/.../single-sign-on-between-sitefinity-and-3rd-party-applications-part-2-using-wif
Regards,
Stefani Tacheva
Telerik
Thanks for the links.
The latter seems close to what i want but I don't want my STS to handle authentication with the Sitefinity back-end. I still want the Sitefinity STS to handle that. Is that possible?
Does anyone know if the above is possible?
Hi,
This implementation might require a lot of development time. You need to change the Sitefinity login logic to check whether the user is successfully authenticated in your STS and then proceed with our login procedure.
Regards,
Stefani Tacheva
Telerik