zakird / pyad

Python Active Directory Tools | *Not actively maintained*
http://zakird.github.io/pyad/
176 stars 72 forks source link

Kerberos delegation with pyad #143

Open moosearch opened 3 years ago

moosearch commented 3 years ago

Good day,

I'm building an intranet python flask web application that's hosted with IIS in an active directory domain.

I'm looking to have users that access the web application update their contact information (eg. phone numbers) with pyad when they submit data to the endpoint; however, pyad uses the service account associated with the web app in IIS to authenticate and attempt to make the changes to active directory, which will fail because of permissions.

Is there support for kerberos delegation or solving the double hop?