Embedding apps with unauthenticated access

In Cloudera Data Visualization (CDV), providing unauthenticated access when embedding apps can be a valuable aspect of your configuration. Unauthenticated access simplifies user interactions, making it seamless for viewers to engage with your embedded content. By adding specific login settings in the Advanced Site Settings, you can enable a smooth experience for your users.

  1. In CDV, add the following login settings in the Advanced Site Settings text box in key = value format under Site settings > Advanced Settings.
    • AUTOLOGIN_ENABLED = False
    • AUTOLOGIN_USERNAME = None
    • AUTOLOGIN_PASSWORD = None
  2. Restart the CDV application for the changes to take effect.