MicroStrategy ONE

Enabling the Login feature

The following parameter and value are used to specify whether to enable the Login feature. When the Login feature is enabled, the login UI is visible.

This setting is expected to work together with the app.embedded setting to provide background login experience for the embedded mode. This parameter is not currently referenced directly by the Library App code.

This is a feature-level setting. Feature-level settings override UI settings and also imply UI settings when they are associated with UI elements.

Parameter Setting Level Value Target Component Behavior

app.freeLogin

Feature

Possible values include:

  • true
  • false (default)

 

Specifies whether to enable the Login feature and make the Login UI visible

  • When set to "true", the Login feature remains enabled and the Login UI is visible.
  • When set to "false", the Login feature is disabled and the Login UI is hidden

The sample URLs below show how to enable and explicitly disable the login feature.

Sample URL for enabling the Login feature

http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?app.freeLogin=true

Sample URL for explicitly disabling the Login feature

http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?app.freeLogin=false