{"id":51752467,"url":"https://github.com/achapkowski/httpx2_negotiate_sspi","last_synced_at":"2026-07-19T02:17:34.169Z","repository":{"id":370763913,"uuid":"1296789485","full_name":"achapkowski/httpx2_negotiate_sspi","owner":"achapkowski","description":"HTTP Negotiate authentication for ``httpx2`` using Windows SSPI.","archived":false,"fork":false,"pushed_at":"2026-07-10T19:29:26.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-10T21:12:33.286Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/achapkowski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-10T18:19:23.000Z","updated_at":"2026-07-10T19:29:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/achapkowski/httpx2_negotiate_sspi","commit_stats":null,"previous_names":["achapkowski/httpx2_negotiate_sspi"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/achapkowski/httpx2_negotiate_sspi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achapkowski%2Fhttpx2_negotiate_sspi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achapkowski%2Fhttpx2_negotiate_sspi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achapkowski%2Fhttpx2_negotiate_sspi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achapkowski%2Fhttpx2_negotiate_sspi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/achapkowski","download_url":"https://codeload.github.com/achapkowski/httpx2_negotiate_sspi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achapkowski%2Fhttpx2_negotiate_sspi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35638007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-19T02:00:06.923Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-19T02:17:33.487Z","updated_at":"2026-07-19T02:17:34.162Z","avatar_url":"https://github.com/achapkowski.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![PyPI Python Version](https://img.shields.io/pypi/pyversions/httpx2-negotiate-sspi)\n![Pepy Total Downloads](https://img.shields.io/pepy/dt/httpx2-negotiate-sspi)\n\n\nhttpx2-negotiate-sspi\n=====================\n\nAn implementation of HTTP Negotiate authentication for httpx2. This\nmodule provides single-sign-on using Kerberos or NTLM using the Windows\nSSPI interface.\n\nThis module supports Extended Protection for Authentication (aka Channel\nBinding Hash), which makes it usable for services that require it,\nincluding Active Directory Federation Services.\n\nInstallation\n------------\n\n```python\npip install httpx2-negotiate-sspi\n```\n\nUsage\n-----\n\n```python\nimport httpx2\nfrom httpx2_negotiate_sspi import HttpNegotiateAuth\n\nwith httpx2.Client(auth=HttpNegotiateAuth()) as client:\n  response = client.get('https://iis.contoso.com')\n```\n\nAsync clients use the same auth object:\n\n```python\nimport httpx2\nfrom httpx2_negotiate_sspi import HttpNegotiateAuth\n\nasync with httpx2.AsyncClient(auth=HttpNegotiateAuth()) as client:\n  response = await client.get('https://iis.contoso.com')\n```\n\nOptions\n-------\n\n  - `username`: Username.  \n    Default: None\n\n  - `password`: Password.  \n    Default: None\n\n  - `domain`: NT Domain name.  \n    Default: '.' for local account.\n\n  - `service`: Kerberos Service type for remote Service Principal\n    Name.  \n    Default: 'HTTP'\n\n  - `host`: Host name for Service Principal Name.  \n    Default: Extracted from request URI\n\n  - `delegate`: Indicates that the user's credentials are to be delegated to the server.\n    Default: False\n\n\nIf username and password are not specified, the user's default\ncredentials are used. This allows for single-sign-on to domain resources\nif the user is currently logged on with a domain account.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachapkowski%2Fhttpx2_negotiate_sspi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fachapkowski%2Fhttpx2_negotiate_sspi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachapkowski%2Fhttpx2_negotiate_sspi/lists"}