1.1.2: Unable to log in into the registration client as the appid is REGISTRATIONCLIENT in the auth request using user-id/password.

Story point estimate

Description

Prior to 1.2
1. Extract the Registration Client ZIP.
2. DB folder is already present and structured.
3. Launch the Reg Client and log in.
4. Verify the first request as mentioned below.

End Point -
POST /v1/authmanager/authenticate/useridPwd HTTP/1.1
Request-
{"request":{"userName":"110119","password":"Techno@123","appId":"registrationclient"}}

Response- message=Username and password combination had been validated successfully

In 1.2
1. Extract the Registration Client ZIP.
2. DB folder is not created.
3. Run the run.bat file.
4. DB folder will be created.
5. Login with valid credentials and verify the first request as mentioned below.

End Point -
POST /v1/authmanager/authenticate/useridPwd HTTP/1.1
{"request":{"userName":"110119","password":"Techno@123","appId":"REGISTRATIONCLIENT"}}

Getting unable to authenticate message because appid is 'REGISTRATIONCLIENT' (uppercase) instead of the lower case.

Environment

DEV and QA

Attachments

2
  • 16 Sep 2020, 11:02 AM
  • 16 Sep 2020, 11:01 AM

Activity

Show:

Piyush Singh October 1, 2020 at 10:21 AM

Verified in DEV ENV, Will be closed after retesting in QA.

Fixed

Details

Assignee

Reporter

Severity

Blocker

Affects versions

Fix versions

Release Number

Closed Date

Oct 17, 2020, 6:08 AM

Priority

Created September 16, 2020 at 10:41 AM
Updated November 18, 2020 at 6:17 AM
Resolved September 23, 2020 at 3:08 PM