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

Authentication Issue

I am authenticating Client using /j_security_check?j_username=sdsds&j_password=xxxx, and i was successful in establishing the connection to RQM.

Now the password has been updated and login is failing, could you please support here, to make it suceessful

0 votes

Comments

Are you saying that j_security_check is failing with the new password?



One answer

Permanent link

 As far as I am aware the username and password are sent in the post body as URL encoded data.


curl --location --request POST 'https://elm.example.com:9443/jts/j_security_check' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'j_username=userid' \
--data-urlencode 'j_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
× 12,019

Question asked: Jun 20 '22, 5:51 a.m.

Question was seen: 1,291 times

Last updated: yesterday

Confirmation Cancel Confirm