Garethp / php-ews

PHP Exchange Web Services
BSD 3-Clause "New" or "Revised" License
112 stars 45 forks source link

Add Kerberos support #262

Open christophvw opened 4 months ago

christophvw commented 4 months ago

CURL supports Kerberos out of the box. Why do you limit your library to basic auth und NTLM? Both methods are unsafe and deprecated.

EWS works fine with Kerberos.

Just add CURLAUTH_NEGOTIATE to your code...