Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0054752 | Modules | Web Authentication | public | 2024-02-23 09:55 | 2024-04-10 10:07 |
|
Reporter | caristu | |
Assigned To | Triage Platform Base | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0054752: Support authenticating users with Web Authentication (phase 2) |
Description | Phase 2 of the support for authenticating users with Web Authentication which involves the following tasks:
1- Backoffice Registration Management Flow
2- Support custom Auth buttons in POS login
3- Login in POS2 with WebAuthn
4- Implement pending test cases from phase 1 |
Steps To Reproduce | . |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | feature request | 0054537 | | closed | caristu | Support authenticating users with Web Authentication (phase 1) | related to | defect | 0055146 | | closed | caristu | Avoid showing the user verification prompt in Chrome |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-02-23 09:55 | caristu | New Issue | |
2024-02-23 09:55 | caristu | Assigned To | => Triage Platform Base |
2024-02-23 09:55 | caristu | Triggers an Emergency Pack | => No |
2024-02-23 09:56 | caristu | Relationship added | related to 0054527 |
2024-02-23 14:46 | hgbot | Note Added: 0161205 | |
2024-02-23 16:03 | hgbot | Note Added: 0161208 | |
2024-02-23 16:11 | hgbot | Note Added: 0161209 | |
2024-02-26 16:01 | caristu | Relationship deleted | related to 0054527 |
2024-02-26 16:01 | caristu | Relationship added | depends on 0054537 |
2024-02-26 16:02 | caristu | Summary | Missing SecuredJSONProcess securization based on user actions => Support authenticating users with Web Authentication (phase 2) |
2024-02-26 16:02 | caristu | Description Updated | bug_revision_view_page.php?rev_id=27588#r27588 |
2024-02-26 16:02 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=27590#r27590 |
2024-02-26 16:02 | caristu | Project | POS2 => Modules |
2024-02-26 16:03 | caristu | Category | Core => Web Authentication |
2024-03-05 10:54 | hgbot | Note Added: 0161652 | |
2024-04-09 18:14 | caristu | Issue cloned | 0055146 |
2024-04-09 18:14 | caristu | Relationship added | related to 0055146 |
2024-04-10 09:59 | hgbot | Note Added: 0163011 | |
2024-04-10 09:59 | hgbot | Note Added: 0163012 | |
2024-04-10 10:00 | hgbot | Note Added: 0163013 | |
2024-04-10 10:00 | hgbot | Note Added: 0163014 | |
2024-04-10 10:05 | hgbot | Note Added: 0163015 | |
2024-04-10 10:05 | hgbot | Note Added: 0163016 | |
2024-04-10 10:07 | hgbot | Note Added: 0163017 | |
2024-04-10 10:07 | hgbot | Resolution | open => fixed |
2024-04-10 10:07 | hgbot | Status | new => closed |
2024-04-10 10:07 | hgbot | Note Added: 0163018 | |
Notes |
|
(0161205)
|
hgbot
|
2024-02-23 14:46
|
|
|
|
(0161208)
|
hgbot
|
2024-02-23 16:03
|
|
|
|
(0161209)
|
hgbot
|
2024-02-23 16:11
|
|
|
|
(0161652)
|
hgbot
|
2024-03-05 10:54
|
|
|
|
(0163011)
|
hgbot
|
2024-04-10 09:59
|
|
|
|
(0163012)
|
hgbot
|
2024-04-10 09:59
|
|
|
|
(0163013)
|
hgbot
|
2024-04-10 10:00
|
|
|
|
(0163014)
|
hgbot
|
2024-04-10 10:00
|
|
|
|
(0163015)
|
hgbot
|
2024-04-10 10:05
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 57d14d3ee273cb353ff79c5779c1d6864caa2705
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 10-04-2024 10:04:42
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/57d14d3ee273cb353ff79c5779c1d6864caa2705 [^]
related to FR-54752: changes to support Web Authn (phase 2)
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.core2/src/components/AuthProvider/LoginForm.jsx
M web-jspack/org.openbravo.core2/src/components/AuthProvider/LoginForm.scss
M web-jspack/org.openbravo.core2/src/components/AuthProvider/__test__/LoginForm.test.jsx
M web-jspack/org.openbravo.core2/src/components/AuthProvider/__test__/LoginForm_labels.test.json
M web-jspack/org.openbravo.core2/src/components/AuthProvider/stories/LoginForm.stories.jsx
M web-jspack/org.openbravo.core2/src/components/AuthProvider/stories/LoginForm.stories.scss
M web-jspack/org.openbravo.core2/src/components/BaseButton/BaseButton.jsx
M web-jspack/org.openbravo.core2/src/components/BaseButton/__test__/BaseButton.test.jsx
M web-jspack/org.openbravo.core2/src/components/BaseDialog/BaseDialog.jsx
M web-jspack/org.openbravo.core2/src/components/BaseDialog/__test__/BaseDialog.test.jsx
M web-jspack/org.openbravo.core2/src/components/BaseDialog/stories/BaseDialog.stories.jsx
M web-jspack/org.openbravo.core2/src/components/InputAndApprovalDialog/InputAndApprovalDialog.scss
M web-jspack/org.openbravo.core2/src/components/InputAndApprovalDialog/__test__/InputAndApprovalDialog.test.jsx
M web-jspack/org.openbravo.core2/src/components/InputAndApprovalDialog/stories/InputAndApprovalDialog.stories.jsx
M web-jspack/org.openbravo.core2/src/components/StandardButton/StandardButton.jsx
M web-jspack/org.openbravo.core2/src/components/StandardInputDataDialog/InputDataContext.jsx
M web-jspack/org.openbravo.core2/src/components/StandardInputDataDialog/StandardInputDataDialog.jsx
M web-jspack/org.openbravo.core2/src/components/StandardInputDataDialog/StandardInputDataDialog.scss
M web-jspack/org.openbravo.core2/src/components/StandardInputDataDialog/__test__/StandardInputDataDialog.test.jsx
M web-jspack/org.openbravo.core2/src/components/StandardInputDataDialog/stories/StandardInputDataDialog.stories.jsx
M web-jspack/org.openbravo.core2/src/components/StandardInputDataDialog/stories/StandardInputDataDialogContent.stories.scss
M web-jspack/org.openbravo.core2/src/components/StandardInputDataDialog/stories/StandardInputDataDialogStoryHolder.jsx
M web-jspack/org.openbravo.core2/src/core/authentication/AuthAPI.js
M web-jspack/org.openbravo.core2/src/core/authentication/LoginProcess.js
M web-jspack/org.openbravo.core2/src/core/authentication/__test__/AuthAPI.test.js
M web-jspack/org.openbravo.core2/src/core/authentication/__test__/LoginProcess.test.js
M web-jspack/org.openbravo.core2/src/core/security/requestInputAndApproval.js
---
|
|
|
(0163016)
|
hgbot
|
2024-04-10 10:05
|
|
|
|
(0163017)
|
hgbot
|
2024-04-10 10:07
|
|
|
|
(0163018)
|
hgbot
|
2024-04-10 10:07
|
|
|