XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
XLCubed Web Proxy
Revision as of 15:32, 2 August 2019 by Antonio.remedios (talk | contribs) (Created page with "XLCubed Excel and Web editions can connect to the XLCubed Web Proxy (Enterprise Plus customers only). This allows a set of cube and relational connections to be published to X...")
XLCubed Excel and Web editions can connect to the XLCubed Web Proxy (Enterprise Plus customers only). This allows a set of cube and relational connections to be published to XLCubed clients.
Setup
- Run the setup program while logged onto the server with administrator permissions.
- This will create a new web application in IIS (XLCubedWebProxy, by default).
- You will need to install the prerequisites as for XLCubed Web Edition.
Security Configuration
Select the XLCubedWebProxy directory and open the "Authentication" section.
Enable the desired authentication options, and ensure that the others are disabled.
If you do not have these options you must add them from Control Panel -> Programs -> Turn Windows features on or off
Web.config
Windows Authentication
Authentication | Using HTTPS | web.config: on all bindings |
---|---|---|
Windows | Yes | <security mode="Transport"> <transport clientCredentialType="Windows"/> </security> |
Windows | No | <security mode="TransportCredentialOnly"> <transport clientCredentialType="Windows"/> </security> |
Basic Authentication
Authentication | Using HTTPS? | web.config – on all bindings |
---|---|---|
Basic | Yes | <security mode="Transport"> <transport clientCredentialType="Basic"/> </security> |
Basic | No | <security mode="TransportCredentialOnly"> <transport clientCredentialType="Basic"/> </security> |