Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > SSO from External Site View modes: 
User avatar
Member
Member
bsatish417-gmail - 6/1/2011 6:18:19 PM
   
SSO from External Site
We have a website which uses regular asp.net + sql server database for authentication

, in which we are planning to add a link

which points to kentico page

When a user clicks on link , user should be SSO'd and automatically logged in to kentico site with out Authentication as user is already authenticated on website

we have to place the link in multiple websites & each has different database

How can we do this ?



User avatar
Kentico Support
Kentico Support
kentico_jurajo - 6/2/2011 7:44:38 AM
   
RE:SSO from External Site
Hi,

In this case, you need to share the authentication cookie across domains - mercola.com and login.mercola.com. Please see www.15seconds.com/issue/971108.htm.
However, the user you are authenticating must exist in Kentico CMS database.

If the user does not exist in the Kentico CMS database, you need to use custom security handler to authenticate the user against external DB.

Best regards,
Juraj Ondrus

User avatar
Member
Member
bsatish417-gmail - 6/2/2011 1:09:31 PM
   
RE:SSO from External Site
Can we use SAML or OAuth ?

I am new to them, if you can provide any valuable information that would be great

Thanks
Satish

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 6/6/2011 3:14:54 AM
   
RE:SSO from External Site
Hi,

I am not familiar with those but after quick look on Google I guess it should be possible to use them. However, you have to integrate them by yourself. There were many results on those using Google so I am sure you will find many useful information there.

Best regards,
Juraj Ondrus