MicroStrategy ONE
Integrated Authentication Login for MicroStrategy Applications
Enabling integrated authentication login mode for MicroStrategy Web
For MicroStrategy Web users to be able to use their Windows credentials to log in to MicroStrategy Web, you must enable integrated authentication as an available login mode. The procedure below describes the required steps for this configuration.
To Enable Integrated Authentication Login Mode for MicroStrategy Web
- From the Windows Start menu, go to All Programs > MicroStrategy Tools > Web Administrator.
- On the left, select Default Properties.
- In the Login area, for Integrated Authentication, select the Enabled check box.
If you want integrated authentication to be the default login mode for MicroStrategy Web, for Integrated Authentication, select the Default option
- Click Save.
Enabling Integrated Authentication Login Mode for MicroStrategy Library
- On the machine where the MicroStrategy Library application is installed, open the
configOverride.properties
file.- Windows:
C:\Program Files (x86)\Common Files\MicroStrategy\Tomcat\apache-tomcat-8.0.30\webapps\MicroStrategyLibrary\WEB-INF\classes\config
- Linux:
<tomcat_directory>/webapps/MicroStrategyLibrary/WEB-INF/classes/config
- Windows:
- Add following entries to
configOverride.properties
:auth.kerberos.config=
: set to file path ofkrb5.conf
fileauth.kerberos.keytab=
: set to file path offile.keytab
fileauth.kerberos.principal=
: set to Service Principal Name (SPN) of the Library Web Serverauth.kerberos.debug=false
auth.kerberos.isInitiator=true
Enabling Integrated Authentication Login Mode for MicroStrategy Mobile
To allow your MicroStrategy Mobile users to use their Windows credentials to log into MicroStrategy, you create a Mobile configuration, and select Integrated Authentication as the authentication method. For steps to create a Mobile configuration for your organization, see the MicroStrategy Mobile Administration Help.