nebula
nebula

Reputation: 4002

Liferay integration with cas to provide cross domain SSO

Can anyone verify that liferay supports CAS for cross domain SSO? Or any suggestion for cross domain SSO ?

Upvotes: 1

Views: 996

Answers (2)

John Gasper
John Gasper

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

Karel
Karel

Reputation: 46

Yes,Liferay supports CAS SSO. You can find more information here: Liferay 6 CAS integration

Upvotes: 0

Related Questions