SAML/ECP authentication handler for python-requests
Project description
requests-ecp
A SAML/ECP authentication handler for python-requests.
Release status
Development status
Installation
See https://requests-ecp.readthedocs.io/en/latest/#installation for installation instructions.
Basic usage
Attach the HTTPECPAuth
object to your Requests
Session and the relevant authentication will happen whenever required.
>>> from requests import Session
>>> from requests_ecp import HTTPECPAuth
>>> with Session() as sess:
... sess.auth = HTTPECPAuth("https://idp.university.ac.uk/idp/profile/SAML2/SOAP/ECP")
... sess.get("https://data.university.ac.uk/mydata.dat")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
requests_ecp-0.3.2.tar.gz
(27.7 kB
view hashes)
Built Distribution
Close
Hashes for requests_ecp-0.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91562215743f212869a36d929754411f9f65c0cc7cf1b5196ef32f7489a12306 |
|
MD5 | 788104c0b15ae98635eb51727f976580 |
|
BLAKE2b-256 | 32d263a64fccba80f8d110e5e8e6f3b211ae0fdf9abc2d84e5445f6eb1c898b3 |