Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0052440 | Openbravo ERP | A. Platform | public | 2023-05-12 15:42 | 2023-05-31 06:48 |
|
Reporter | ignacio_deandres | |
Assigned To | ignacio_deandres | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR23Q3 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0052440: OAuth2 authentication for Push API |
Description | It would be nice to be able to do connections to external systems using the OAuth2 standard protocol.
This authorization type will be setted up in the External System window in the backoffice: Client ID, Client Secret and URI of the auth server will be mandatory. |
Steps To Reproduce | N/A |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0054194 | | closed | caristu | Add missing test cases for OAuth 2.0 external system authorization |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-05-12 15:42 | ignacio_deandres | New Issue | |
2023-05-12 15:42 | ignacio_deandres | Assigned To | => ignacio_deandres |
2023-05-12 15:42 | ignacio_deandres | OBNetwork customer | => No |
2023-05-12 15:42 | ignacio_deandres | Modules | => Core |
2023-05-12 15:42 | ignacio_deandres | Triggers an Emergency Pack | => No |
2023-05-12 15:49 | hgbot | Merge Request Status | => open |
2023-05-12 15:49 | hgbot | Note Added: 0149663 | |
2023-05-30 15:14 | hgbot | Note Added: 0150471 | |
2023-05-30 15:30 | hgbot | Merge Request Status | open => approved |
2023-05-30 15:31 | hgbot | Resolution | open => fixed |
2023-05-30 15:31 | hgbot | Status | new => closed |
2023-05-30 15:31 | hgbot | Fixed in Version | => PR23Q3 |
2023-05-30 15:31 | hgbot | Note Added: 0150472 | |
2023-05-30 15:31 | hgbot | Note Added: 0150473 | |
2023-05-30 15:31 | hgbot | Note Added: 0150474 | |
2023-05-30 15:31 | hgbot | Note Added: 0150475 | |
2023-05-30 16:08 | hgbot | Note Added: 0150478 | |
2023-05-30 16:19 | hgbot | Note Added: 0150481 | |
2023-05-31 06:48 | hgbot | Note Added: 0150494 | |
2023-12-21 17:36 | caristu | Relationship added | related to 0054194 |
Notes |
|
(0149663)
|
hgbot
|
2023-05-12 15:49
|
|
|
|
(0150471)
|
hgbot
|
2023-05-30 15:14
|
|
|
|
(0150472)
|
hgbot
|
2023-05-30 15:31
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: cf4f213960d19338200a46a48abbe0013896cf35
Author: Ignacio De Andrés <ignacio.deandres@openbravo.com>
Date: 30-05-2023 13:31:19
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/cf4f213960d19338200a46a48abbe0013896cf35 [^]
fixes FR-52440: OAuth 2.0 authentication method for external systems
---
A src/org/openbravo/service/externalsystem/http/OAuth2AccessToken.java
A src/org/openbravo/service/externalsystem/http/OAuth2AuthorizationError.java
A src/org/openbravo/service/externalsystem/http/OAuth2AuthorizationProvider.java
M src-db/database/model/tables/C_EXTERNAL_SYSTEM_HTTP.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/service/externalsystem/http/HttpAuthorizationProvider.java
M src/org/openbravo/service/externalsystem/http/HttpExternalSystem.java
---
|
|
|
(0150473)
|
hgbot
|
2023-05-30 15:31
|
|
|
|
(0150474)
|
hgbot
|
2023-05-30 15:31
|
|
|
|
(0150475)
|
hgbot
|
2023-05-30 15:31
|
|
|
|
(0150478)
|
hgbot
|
2023-05-30 16:08
|
|
|
|
(0150481)
|
hgbot
|
2023-05-30 16:19
|
|
|
|
(0150494)
|
hgbot
|
2023-05-31 06:48
|
|
|