Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Help with Embedding Oracle Analytics Server Without Authentication (Login)

Accepted answer
89
Views
10
Comments
User_0UYHB
User_0UYHB Rank 3 - Community Apprentice

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:

  1. How to properly configure authentication so users can access the dashboard without manual login (e.g., anonymous access or token-based link).
  2. 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😀

Tagged:

Best Answer

  • Hi @User_0UYHB The blog basically provides details on what setup you need (example you need to setup a webserver like Apache or OHS ) to enable Anonymous access to OAS. As this is not a standard documented feature, you will have to perform additional setup as explained in the blog.

    Thanks

    Gayathri

Answers