Complete
Details
Assignee
Denys ButenkoDenys ButenkoReporter
Vladimir VinogradenkoVladimir VinogradenkoTime remaining
0mComponents
Fix versions
Priority
Low
Details
Details
Assignee
Denys Butenko
Denys ButenkoReporter
Vladimir Vinogradenko
Vladimir VinogradenkoTime remaining
0m
Components
Fix versions
Priority
Katalon Platform
Katalon Platform
Katalon Platform
Created September 2, 2021 at 1:41 PM
Updated July 6, 2022 at 9:01 PM
Resolved October 22, 2021 at 10:02 AM
Currently we pass username and password to support.list_categories and support.new_ticket
New authorization flow is proposed:
1. Open https://support-proxy.ixsystems.com/oauth/initiate?origin=http://192.168.0.100 in a pop-up window
2. Wait for that window to postMessage with token string back to us.
3. Pass that token in `token` field instead of username and password for support.list_categories and support.new_ticket.
Proposed UX: instead of username and password fields display "Login to JIRA" button. After obtaning the token display "Logged in to JIRA" pane instead of this button.
Token can be discarded after the user navigates away from the support page.