Establishing Single Sign on With RTC
Accepted answer
SSO is only supported for WAS. Here are the general instructions:
https://jazz.net/library/article/413
These deal with different CLM applications on different WAS servers (as opposed to a CLM app and a non-CLM app), but the general idea should be the same, as SSO is indeed a server concept, not a CLM concept.
https://jazz.net/library/article/413
These deal with different CLM applications on different WAS servers (as opposed to a CLM app and a non-CLM app), but the general idea should be the same, as SSO is indeed a server concept, not a CLM concept.
Comments
OK I get that now.
Do you know whether RTC can be configured to use a Central Authentication service ?
RTC doesn't really deal with authentication. This is a job of the app server. So I would say, as long as the app server is OK with it, RTC should be too.
Having said that, you may want to be able to import the users from wherever you keep them to JTS. This is why, for example, LDAP is supported and, say, Kerberos, is not (not yet, anyway). Otherwise you would need to "sync" the users manually, which is not feasible in a production environment.