Hello,
I'm working on a project using Oracle Analytics Server (OAS) version 12.2.1.0 (2025), and my main goal is to embed a dashboard into an external system without requiring the user to log in manually.
What I’ve done so far:
- The dashboard is already created and working properly within Oracle Analytics.
- I’ve configured my HTML using the tags provided by the Developer Tools section:
My HTML Code:
I’ve also added my domain to the Safe Domains list as instructed by the documentation:
Current Issue:
When trying to run the dashboard via local HTML (server: http://127.0.0.1:5500/PainelExternoTeste2.html), the embedded dashboard does not display.
- When I open the browser developer console, the following errors appear:
Console:
My main challenges:
- How to properly configure authentication so users can access the dashboard without manual login (e.g., anonymous access or token-based link).
- Resolving CORS-related issues that seem to be blocking the embedded content.
Thank you in advance for your help — I really appreciate any guidance you can provide on the next steps to achieve this.
Sorry for the English mistakes😀