cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1564
Views
5
Helpful
2
Replies

[Python] Creating a way to authenticate user and PIN (Password) through Python

brunofalco
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

dstaudt
Cisco Employee
Cisco Employee

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

View solution in original post

2 Replies 2

dstaudt
Cisco Employee
Cisco Employee

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

Thank you so much @dstaudt !!!

You saved my life!! It's working!