CAS SSO again ...

1
0
-1

Hello, In the 6.3 the SSO cas is now working for the teamwork edition. Is it possible to create our own CasRemoteLoginImpl to use sso with the community edition ? we have done this with the 5.9 edition, it would be a little disappointing if the Teamwork edition was required Thx

1 answer

1
0
-1

Hi,

In the SP edition, the CAS authentication is done via a new AuthenticationService.

The CASRemoteLoginImpl is just a checker of the provided information in the http request to see if it has the necessary information (ticket and service) and then calls the LoginService which then rely on a AuthenticationService.

In the community edition, you may have to implement a new AuthenticationService that will do the CAS authentication job and have a new LoginManager implementation that will send the correct information for authentication.

Regards

Comments

Submitted by kaykay on Tue, 06/03/2014 - 22:13

Hi Julien

Am trying to set up Bonita (community edition) to work with CAS. We are still in the pilot mode, so, it will be sometime before we buy SP Edition. Can you please be more specific on how / what AuthenticationService and LoginManager would look like ? (in my defence, am fairly new to CAS implementation as well) ..

Thanks,

Notifications