Using opendashboards as iframe code in other apps

We hare trying to use iframe code in the angular application which we are developing.

but on providing the iframe code we are getting X-Frame-Options set to deny
We are using azure AD for SAML,
is there a particular which is needed to add in in opensearch or anything to be done in Azure AD

@pablo Please let me know if u can assist here

@rhtbansal Have a look at this topic.

The OpenSearch equivalent is:

opensearch_security.cookie.isSameSite: "None"
opensearch_security.cookie.secure: true

We were able to connect to the opendashboard with basic user name and passowrd.

But when we enable SAML auth with azure as IDP we are getting below error.
login.microsoftonline.com refused to connect.
same iframe url is working fine with saml auth when directly opened in browser

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.