06-08-2020 09:38 AM
Hi all,
I've developed a script using Python in my company where a supervisor can modify some configurations in the UCCX Script.
But, the Infosec team will not allow me to run this software unless I add any way of authentication.
Do you know if it's possible to create a way where users can enter their ID's and PIN and my code can match these via SOAP API, SQL, Requests....I don't know....
Any ideas?
Solved! Go to Solution.
06-09-2020 11:19 AM
The AXL <doAuthenticateUser> requests covers this.
I've added a small sample showing this in Python for passwords here: https://github.com/CiscoDevNet/axl-python-zeep-samples
06-09-2020 11:19 AM
The AXL <doAuthenticateUser> requests covers this.
I've added a small sample showing this in Python for passwords here: https://github.com/CiscoDevNet/axl-python-zeep-samples
06-10-2020 04:51 AM
Thank you so much @dstaudt !!!
You saved my life!! It's working!
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: