Skip to main content

This package allows for Single-Sign On HTTP Negotiate authentication using the requests library on Windows.

Project description

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Description: requests-negotiate-sspi
=======================

[![image](https://badge.fury.io/py/requests-negotiate-sspi.svg)](https://badge.fury.io/py/requests-negotiate-sspi)
[![image](https://travis-ci.org/brandond/requests-negotiate-sspi.svg?branch=master)](https://travis-ci.org/brandond/requests-negotiate-sspi)

An implementation of HTTP Negotiate authentication for Requests. This
module provides single-sign-on using Kerberos or NTLM using the Windows
SSPI interface.

This module supports Extended Protection for Authentication (aka Channel
Binding Hash), which makes it usable for services that require it,
including Active Directory Federation Services.

Usage
-----

```python
import requests
from requests_negotiate_sspi import HttpNegotiateAuth

r = requests.get('https://iis.contoso.com', auth=HttpNegotiateAuth())
```

Options
-------

- `username`: Username.
Default: None

- `password`: Password.
Default: None

- `domain`: NT Domain name.
Default: '.' for local account.

- `service`: Kerberos Service type for remote Service Principal
Name.
Default: HTTP

- `host`: Host name for Service Principal Name.
Default: Extracted from request URI

If username and password are not specified, the user's default
credentials are used. This allows for single-sign-on to domain resources
if the user is currently logged on with a domain account.

Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Provides: requests_negotiate_sspi
Description-Content-Type: text/markdown
Provides-Extra: dev

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-sspi-0.4.2.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file requests-negotiate-sspi-0.4.2.tar.gz.

File metadata

  • Download URL: requests-negotiate-sspi-0.4.2.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/2.7.13+

File hashes

Hashes for requests-negotiate-sspi-0.4.2.tar.gz
Algorithm Hash digest
SHA256 a20d566d86f4aa9f13e3c145489b3cc125ccefeadcf6098f48ffc9609000cc5b
MD5 d2b85da145c257389d9f3ae3d91da3ed
BLAKE2b-256 0068d67dfe01170c0573aeca5deddeef95fd09cd588410c15b73378854ac3888

See more details on using hashes here.

Supported by

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