Needs to use new /token/sign endpoint of mod-at
Description
Environment
None
Potential Workaround
None
relates to
Checklist
hideTestRail: Results
Activity
Show:
Done
Details
Details
Assignee
Pavankumar
PavankumarReporter
Steve Ellis
Steve EllisLabels
Priority
Story Points
2
Sprint
None
Development Team
Volaris
Fix versions
Release
Poppy (R2 2023)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 3, 2023 at 2:40 PM
Updated October 12, 2023 at 11:44 AM
Resolved October 6, 2023 at 6:15 PM
TestRail: Cases
TestRail: Runs
Currently there is a dependency on the legacy /token endpoint of mod-at which is part of mod-users-bl's password reset process.
The needed change should have the following logic
Attempt to get the token from `/token/sign`
If 404, fallback to `/token`
Acceptance criteria:
Change code in AuthTokenClientImpl.java
Updated unit tests to cover both scenarios