APEX 24.2 OCI Web Credential Authentication Failed with APEX_WEB_SERVICE.MAKE_REST_REQUEST
Hi Team,
I'm testing Oracle Cloud Infrastructure (OCI) Web Credentials in APEX 24.2 and facing an authentication issue when calling OCI Object Storage using APEX_WEB_SERVICE.MAKE_REST_REQUEST. Attached the debug messages, but we have already given acl access. What are we missing?
We are using OCI native authentication:
Environment
Oracle APEX 24.2
OCI Object Storage
Workspace Credential Type: Oracle Cloud Infrastructure (OCI)
Credential Static ID: AUTH_BPS
Credential details:
SELECT static_id,
name,
credential_type,
credential_type_code
FROM apex_workspace_credentials
WHERE static_id = 'AUTH_BPS';
Output:
STATIC_ID : AUTH_BPS
NAME : BPS_AUTH
CREDENTIAL_TYPE : Oracle Cloud Infrastructure
0