Skip to main content

I am trying to change the authentication from local to windows authentication in Cityworks. What changes do I need in HTTP Caller parameters? Is the chosing NTLM (username, password) under "Authentication" section enough or do I need to add something under "Header" or other parameters?

Our Cityworks Web Connection uses the token authentication requests listed in their API Documentation. I've also successfully used the CityworksConnector to produce the token, then passed that token directly into the HTTPCaller parameters to authenticate the request. Unfortunately, I haven't come across any other types of workflows besides those. A good first step might be to check with the Cityworks support team to confirm what your authentication options are for their API.


Our Cityworks Web Connection uses the token authentication requests listed in their API Documentation. I've also successfully used the CityworksConnector to produce the token, then passed that token directly into the HTTPCaller parameters to authenticate the request. Unfortunately, I haven't come across any other types of workflows besides those. A good first step might be to check with the Cityworks support team to confirm what your authentication options are for their API.

@sanaeatsafe​  Thank you! It works now.


Reply