Getting Started with ThingWorx Navigate > Installing ThingWorx Navigate > Configure ThingWorx Navigate with Fixed Account Authentication
  
Configure ThingWorx Navigate with Fixed Account Authentication
* 
This configuration option is provided for demo purposes only. It can be used as a fast alternative system setup for testing or to demo ThingWorx Navigate functionality.  It is not secure, and should never be used in production. It is not a supported configuration for production systems. 
1. Set EnableSSO to false in platform-settings.json (ThingworxPlatform) and restart Tomcat. 
2. Open ptc-windchill-integration-connector and select Configuration
Set Authentication Type to Fixed
Fill out Username, Password, Base URL
Example Base URL: https://<Windchill Hostname>:Port/Windchill
3. Open ptc-windchill-integration-connector-proxy and select Configuration
Set Authentication Type to Basic
Fill out URL, Username, Password
Example Base URL: https://<Windchill Hostname>
4. To test the configuration for ThingWorx Navigate without Single Sign-on follow these steps:
In ThingWorx Composer go to ptc-windchill-integration-connector, click Services and execute the Validate Connection service. The following message confirms the successful connection to Windchill Server: Success - 200-OK - WindchillSwaggerConnector.
To confirm if the data can be fetched from Windchill Server open the URL for ThingWorx Navigate landing page: http://<host>:<port>/Thingworx/Runtime/index.html?master=PTC.AccessApp.Master&mashup=LandingPageAccessAppMashup
You can now use ThingWorx Navigate for proof of concept or demo purposes.