A python library for requesting OpenID Connect access tokens from oidc-agent.
Project description
liboidcagent
A python library for requesting OpenID Connect access tokens from oidc-agent.
Usage
import liboidcagent as oidc
token, issuer, expires_at = oidc.get_token_response("iam")
token, issuer, expires_at, oidc.get_token_response("iam", 60)
tokenresponse = oidc.get_token_response("iam", application_hint="Example-Py-App")
tokenresponse = oidc.get_token_response("iam", 60, "Example-Py-App")
tokenresponse = oidc.get_token_response("iam", 60, "Example-Py-App", "openid profile email")
token = oidc.get_access_token("iam", 60, "Example-Py-App")
token, issuer, expires_at = oidc.get_token_response_by_issuer("https://issuer.example.com", 60, "Example-Py-App")
token = oidc.get_access_token_by_issuer_url("https://issuer.example.com", 60, "Example-Py-App")
Installation
pip install liboidcagent
License
liboidcagent
is provided under the MIT License.
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
liboidcagent-0.1.3.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for liboidcagent-0.1.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ea942562f72d046a2ef3dab9299e213aa502efccca04cc062075ac345f216fc |
|
MD5 | d9dc3befff70fc5d49518e9720abacea |
|
BLAKE2b-256 | 93faefcb275c21a46fd75df37a6943244c05eee81ee397c71c76c55231b18480 |