Skip to main content

Negotiate authentication for the requests HTTP client library

Project description

# requests-negotiate

An implementation of HTTP Negotiate authentication ([RFC 4559](http://tools.ietf.org/html/rfc4559)) for [requests](http://docs.python-requests.org/en/latest/).

Negotiate authentication is commonly used to provide Kerberos authentication through GSSAPI.

## Usage

Here’s a trivial example:

import requests import requests_negotiate

auth = requests_negotiate.HTTPNegotiateAuth() response = requests.get(’https://example.org/’, auth=auth)

You’ll need a valid Kerberos ticket - acquired using e.g. kinit - for this to work.

### Options

You can instantiate an HTTPNegotiateAuth with the following optional parameters:

  • service - A Kerberos principal is generally composed of a service name (e.g. ‘HTTP’) and a hostname, separated by a slash (‘/’). This lets you override the default service of 'HTTP'.

  • service_name - Overrides the full service name (e.g. 'HTTP/example.org')

  • negotiate_client_name - Explicitly specify which client principal to authenticate as. Particularly useful when you’re using a credential cache collection.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

requests-negotiate-1.5.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file requests-negotiate-1.5.tar.gz.

File metadata

File hashes

Hashes for requests-negotiate-1.5.tar.gz
Algorithm Hash digest
SHA256 e9ab5cc1aae90f46cc21a27a4050ef249b3325bef2a93f3b30dd4e4c18bb9d08
MD5 a552d9db1fbb36f98f34465cc662e9a0
BLAKE2b-256 a242fde98cd3e54e6118d687cfb90e22a29954542eee2490ea062ea99aeb048e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page