Project:
View Revisions: Issue #54753 | [ Back to Issue ] | ||
Summary | 0054753: Missing SecuredJSONProcess securization based on user actions | ||
Revision | 2024-02-26 16:08 by caristu | ||
Description | It is needed to add a securization mechanism to determine the users that can execute a SecuredJSONProcess based in the user action access. In "old" POS this securization was done through preferences[1], but in core2 applications the user actions is the standard way to provide access to the application features. [1] https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/blob/master/src/org/openbravo/mobile/core/process/SecuredJSONProcess.java?ref_type=heads#L173 [^] |
||
Revision | 2024-02-26 16:06 by caristu | ||
Description | It is needed to add a securization mechanism to determine the users that can execute a SecuredJSONProcess based in the user action access. In "old" POS this securization was done through preferences[1], but in core2 applications the user actions is the standard way to provide access to the application features. [1] https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/blob/master/src/org/openbravo/mobile/core/process/SecuredJSONProcess.java?ref_type=heads#L173 [^] [^] Steps To Reproduce Add a way to define the UserActions associated to a SecuredJSONProcess and allow the execution of the process only if the user is allowed to execute the UserAction. |
||
Revision | 2024-02-23 10:13 by caristu | ||
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 |
||
Revision | 2024-02-23 10:08 by caristu | ||
Description | Support authenticating users with Web Authentication (phase 2) 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 |
Copyright © 2000 - 2009 MantisBT Group |