Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > How to get single sign on working between a kenticoCMS site and a separate mvc site View modes: 
User avatar
Member
Member
chris-exceeddigital - 12/20/2012 2:23:58 PM
   
How to get single sign on working between a kenticoCMS site and a separate mvc site
Hi,

I'm not sure if this is the right section to ask this question but I need to have our existing KenticoCMS 5.x website share authentication with another custom site.

They are both in the same domain name but have different sub domains and I have followed the instructions on how to do this from this site: http://www.codeproject.com/Articles/106439/Single-Sign-On-SSO-for-cross-domain-ASP-NET-applic
and it works fine between two MVC websites just not between the Kentico site and the mvc site.

Is there anything extra I need to setup to get this working?

Thanks


User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 12/21/2012 8:42:39 PM
   
RE:How to get single sign on working between a kenticoCMS site and a separate mvc site
Hello,

Regrettably, we haven't tested this approach, so I am not able to tell you a definite answer to this. However, Kentico is a general .NET application and you can even implement your custom security handler, which should be able to handle this setup, since you can authenticate the user according your own needs:

Best regards,
Boris Pocatko