How to force an explicit login on SSO enabled server using RTC Java API?
![]()
Marko Tomljenovic (316●43●105)
| asked Mar 01 '18, 11:03 a.m.
retagged Mar 13 '18, 11:53 a.m. by Ken Tessier (841●1●7) Hello everyone,
for some internal tools and our automated tests we are now encountering a problem which is:
Since a few days SSO (Single-Sign-On) based on Kerberos has been enabled on some of our test systems.
Our tools that run against the test systems and also many of our automated tests need to login to these systems using a different user account than the currently logged in windows user.
All this code now fails with the following exception:
com.ibm.team.repository.transport.client.NoUserCredentialsAcceptedException: CRJAZ2844E The following URL could not be reached because the server does not accept a user ID and password for authentication: /rm/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService.
Does the server need to be reconfigured to also allow user id and password based authentication or what else could you propose me?
|
2 answers
![]() Hi Marko,
I have never looked into Kerberos in detail, so I can't confirm that the following options will work for you, but the following is what came into my mind:
Cheers, Lukas
|
Comments
Some additional point to consider.