5.2.3. xgt.KerberosAuth

class xgt.KerberosAuth(principal: str = '')

Kerberos-based single-sign on authentication.

Parameters:

principal (str) – Value to use for the Kerberos principal name of the xGT service to connect to. Only needed when the Kerberos principal cannot be derived from the host name. The default is an empy string.

Attributes

principal

The Kerberos principal.

property principal: str

The Kerberos principal.

Type:

str