04-12-2020 09:53 PM
Greetings,
In my UCCX script I'm trying to "make rest call" to NTLM (integrated windows authentication), i've tried just username and domain\username - no luck.
Guess, UCCX is lunix and doesn't support NTLM.
How can i make this work?
Solved! Go to Solution.
04-13-2020 11:15 AM
@Sean Lynch wrote:
...UCCX REST API calls to third party servers is only supported by basic authentication.
Actually, you can use more than just Basic Auth with the Make REST Call step. In fact, the documentation gives an example of using token based auth.
04-13-2020 09:38 AM
04-13-2020 09:43 AM
I'm not entirely certain of what you are attempting. From what I understand, UCCX REST API calls to third party servers is only supported by basic authentication. At this time I can't find a specific reference--and I know I've seen one on the DEVnet site.
Basic auth with certificate validation... A signed security certificate must be uploaded to the UCCX Tomcat store, so UCCX will trust the third party web service/REST API target.
" ...If you access the external secure REST APIs, upload certificates to platform Tomcat's keystore. The engine Tomcat picks them up from platform Tomcat." (from the 'Help' file on the REST API palette item).
Hope this helps.
-Sean
04-13-2020 11:15 AM
@Sean Lynch wrote:
...UCCX REST API calls to third party servers is only supported by basic authentication.
Actually, you can use more than just Basic Auth with the Make REST Call step. In fact, the documentation gives an example of using token based auth.
04-13-2020 02:19 PM
...ah, yes. More things to learn. I will need to be more specific in the future, as I am still only working on UCCX release 10.6(1):
...only has Basic Auth
For the latest release as referenced on DevNET:
...I have a lot to look forward to (and learn) once we upgrade. Yup yup.
-Sean
04-13-2020 02:29 PM
04-14-2020 09:50 AM
04-14-2020 11:13 AM
04-14-2020 11:41 AM
04-14-2020 09:56 PM
04-14-2020 11:12 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide