Strategy ONE
Enable Single Sign-On to Library with Trusted Authentication
You can enable Single Sign-on (SSO) authentication for Strategy Library using third-party authentication provider such as IBM Tivoli Access Manager, CA SiteMinder, Oracle Access Manager, or PingFederate®.
Trusted authentication mode cannot be used in combination with any other log in mode.
Enable Trusted Authentication Mode
- Launch the Library Admin page by entering the following URL in your web browserhttp://<FQDN>:<port>/MicroStrategyLibrary/adminwhere <FQDN>is the Fully Qualified Domain Name of the machine hosting your Strategy Library application and<port>is the assigned port number.
- On the Library Web Server tab, select Trusted from the list of available Authentication Modes.
- 
                                                    Select your authentication provider from the Provider drop-down menu. 
- Click the Create Trusted Relationship button to establish trusted communication between Library Web Server and Intelligence server. Ensure the Intelligence server information is entered correctly before establishing this trusted relationship. 
- Click Save.
- Restart your Web Server to apply the changes.
Enable A Custom Authentication Provider
- 
                                                    Edit Library/WEB-INF/classes/auth/trusted/custom_security.propertiesin a text editor.
-  Fill in LoginParamandDistinguishedNamebased on your setup with authentication provider.- LoginParamis the name of the header variable that your provider will use for authentication.
- DistinguishedNameis the name of the header variable that will supply the Distinguished Name of the user for LDAP synchronization.
 
- Restart Strategy Library to apply the changes.
