Hello,
I'm trying to build a simple client around our vCO workflows to give to our system teams.
I will be using the REST API to launch workflows from Python (Linux client) and PowerShell (Windows Client).
Most of the work will be done by vCO, to have a common interaction.
I know how to access and use the REST API, and my clients are working fine with Basic Authentication, but I want to be able to use Kerberos to authenticate my users (even my Linux users have Kerberos tickets) and remove the need for them to authenticate each time they run the vCO client.
With PowerShell I'm using Invoke-WebRequest with the "-UseDefaultCredentials", and with Python I'm using the "Requests" lib that support Kerberos.
What I cannot get to work is Kerberos authentication.
Is this possible?
Could it be implemented if it's not already?
Thanks,
Sylvain.