Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

in RTC jetty based setup only the default users from RTC extending workshop setup are able to login and not other users created later, how to resolve this? in RTC 6.0.2

 in RTC jetty based setup after running the RTC extending workshop, few default users are created like TestJazzAdmin1 etc. These are able to login. I have created a few other users and given them licenses. They are not able to login. Debug console shows the following error in red:

2017-01-09 17:47:49.197:WARN::AUTH FAILURE: user abcde

Here abcde is the user login. Is there some kind of limitation for non default users in the Jetty setup. We are using RTC 6.0.2. 

0 votes



2 answers

Permanent link

I just did the same with Jetty on the 6.0.3 SDK and I neither have problems with creating the users, nor do the users have an issue logging in.

0 votes


Permanent link
Ralph's answer is right, you can create users and log in with them using the assigned password. However, that is only true until you restart the run configuration / embedded jetty. The reason for this can be found in the sdk, namely the com.ibm.team.server.embedded.jetty.auth.realm.TeamRealm class responsible for handling the jetty authentication during development.

Also, that class provides the answer for how to log in with arbitrarily created users: Any user can be logged in using "password" (private static final String MAGIC_PASSWORD = "password").

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 11,007
× 8

Question asked: Jan 09 '17, 7:28 a.m.

Question was seen: 5,032 times

Last updated: Nov 21 '19, 8:47 a.m.

Confirmation Cancel Confirm