Link dashboard to website using iframe

Comments

1 comment

  • Avatar
    Israel Vicars

    Hi @ridsidash :wave:

    The Immerse web server can be configured for cross-origin authentication, as is likely the case for your iframe, by adding the [web] configuration parameter allow-any-origin = true to your omnisci.conf file (or the command line flag --allow-any-origin=true if required for your configuration).

    Example addendum to omnisci.conf:

    [web]
    
    allow-any-origin = true
    

    If you are unable to authenticate after that configuration change, there may be an issue with your browser's security settings. Authentication via an iframe that is hosted on a different domain requires the end-user's browser to allow third-party cookies. Currently, Safari and Firefox disallow third-party cookies by default unless a user enables that feature manually.

    If the third-party cookie issue is a problem for your use-case, I recommend contacting our enterprise support for recommendations about your networking configuration.

    1
    Comment actions Permalink

Please sign in to leave a comment.