Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0054194Openbravo ERPA. Platformpublic2023-12-21 14:502024-01-11 08:58
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
PR24Q2 
approved
No
Core
No
0054194: Add missing test cases for OAuth 2.0 external system authorization
Add missing test cases to cover the infrastructure of the OAuth 2.0 authorization for external systems
.
No tags attached.
related to feature request 0052440 closed ignacio_deandres OAuth2 authentication for Push API 
Issue History
2023-12-21 14:50caristuNew Issue
2023-12-21 14:50caristuAssigned To => caristu
2023-12-21 14:50caristuOBNetwork customer => No
2023-12-21 14:50caristuModules => Core
2023-12-21 14:50caristuTriggers an Emergency Pack => No
2023-12-21 17:30hgbotMerge Request Status => open
2023-12-21 17:30hgbotNote Added: 0158494
2023-12-21 17:34caristuSummaryAdd missing test cases for OAuth2 external system authentication => Add missing test cases for OAuth 2.0 external system authorization
2023-12-21 17:34caristuDescription Updatedbug_revision_view_page.php?rev_id=27262#r27262
2023-12-21 17:36caristuRelationship addedrelated to 0052440
2024-01-10 08:21hgbotMerge Request Statusopen => approved
2024-01-11 08:58hgbotNote Added: 0159097
2024-01-11 08:58hgbotResolutionopen => fixed
2024-01-11 08:58hgbotStatusnew => closed
2024-01-11 08:58hgbotFixed in Version => PR24Q2
2024-01-11 08:58hgbotNote Added: 0159098

Notes
(0158494)
hgbot   
2023-12-21 17:30   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1085 [^]
(0159097)
hgbot   
2024-01-11 08:58   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1085 [^]
(0159098)
hgbot   
2024-01-11 08:58   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 986d0a5f8cd52d98b8f2b924f06f50b80dd6f395
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 11-01-2024 07:58:17
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/986d0a5f8cd52d98b8f2b924f06f50b80dd6f395 [^]

fixes BUG-54194: Add missing tests for external systems using OAuth 2.0

---
A src-test/src/org/openbravo/service/externalsystem/http/OAuth2AccessTokenTest.java
M src-test/src/org/openbravo/service/externalsystem/http/HttpExternalSystemCommunicationTest.java
M src-test/src/org/openbravo/test/StandaloneTestSuite.java
M src/org/openbravo/service/externalsystem/http/HttpExternalSystem.java
M src/org/openbravo/service/externalsystem/http/OAuth2AccessToken.java
M src/org/openbravo/service/externalsystem/http/OAuth2AuthorizationProvider.java
---