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.4.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for liboidcagent-0.1.4-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 056cf8cdd0ace2888b6cacad23c7220728b7811a7ae7dbcba4ab4c3115f7dc26 |
|
MD5 | 2e93113a1fd81d4f67d78184c0a9c425 |
|
BLAKE2b-256 | db4bf1c714637b7707f3a477ec66d2903aea153865b067f585c1f09c4ccd1ec9 |