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

[closed] 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?


The question has been closed for the following reason: "Problem is not reproducible or outdated" by rschoon Jan 02, 3:25 a.m.


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

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,034

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

Question was seen: 1,439 times

Last updated: Jan 02, 3:25 a.m.

Confirmation Cancel Confirm