with_autologon#
- ApiClientFactory.with_autologon()#
Set up client authentication for use with Kerberos (also known as integrated Windows authentication).
- Returns
ApiClientFactory
Current client factory object.
Notes
Requires the user to have a valid Kerberos Ticket-Granting-Ticket (TGT).
On Windows, this is provided by default.
On Linux, this requires the
[linux-kerberos]
extension to be installed and your Kerberos installation to be configured correctly.