Change Port Number

If user wants to test the configuration with the help of a web page, they have to disable the Security Claim Provider, and after the test they must enable it again. Every time user changes the configuration, service must be restarted.
Steps to change the port for InfoPlatform Service:
  1. Execute the following command verify whether any service is running on desired port:
    netstat -ano | find "<port>"
    for example: 12121
    netstat -ano | find "12121"
  2. Disable the Security claim provider.
    Disable Security Provider
  3. Change the port number in config file and Save the file.
    Config File
  4. Restart InfoPlatform service.
  5. Use the following URL in browser, to access InfoPlatform Service with the new port number: https://localhost:<port>/api/ For example: https://localhost:12121/api/
    Verify New Port
  6. Enable the Security claim provider.
  7. Restart InfoPlatform service.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.