Install, License, and Configure ThingWorx Navigate > Install ThingWorx Navigate on an Existing ThingWorx Instance > Configure ThingWorx Navigate > Set Up ThingWorx Navigate with Fixed Authentication
  
Set Up ThingWorx Navigate with Fixed 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/servlet/WindchillAuthGW/wt.httpgw.HTTPServer/echo
3. Open ptc-windchill-integration-connector-proxy and select Configuration.
Set Authentication Type to Basic.
Next to Test Connection URL, enter this URL:
[https]://[LB-host]:[port]/[windchill-web-app]/servlet/WindchillAuthGW/wt.httpgw.HTTPServer/echo
and click Save.
Fill out URL, Username, and Password.
Example Base URL:
https://<Windchill Hostname>
4. Configure the ptc-windchill-OData-connector to connect to Windchill OData REST services. Refer to the "Fixed Authentication" section of Executing Info*Engine services with the OData Connector for detailed instructions.