Reputation: 4002
Can anyone verify that liferay
supports CAS
for cross domain SSO
? Or any suggestion for cross domain SSO ?
Upvotes: 1
Views: 996
Reputation: 672
CAS uses a ticket based form of authentication that supports cross domain SSO.
The client application redirects to the CAS server and upon initial, or verification of, authentication the browser is redirected to the original/client server with a ticket appended to the URL. The client application takes the ticket and itself connects to the CAS server to retrieve the credentials. It can then start an authenticated session for the user.
As long as the url/domain is permitted in the CAS Service Registry, CAS is more than happy to authenticate the client application.
Upvotes: 2
Reputation: 46
Yes,Liferay supports CAS SSO. You can find more information here: Liferay 6 CAS integration
Upvotes: 0