Skip to main content
Solved

Parameters changes in HTTP Caller for Cityworks- windows authentication ?

  • July 21, 2023
  • 2 replies
  • 51 views

jaygrg111_
Contributor
Forum|alt.badge.img+6

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?

Best answer by sanaeatsafe

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

sanaeatsafe
Safer
Forum|alt.badge.img+8
  • Safer
  • Best Answer
  • July 26, 2023

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.


jaygrg111_
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • July 28, 2023

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.