A pure-Python OpenID Connect client
Project description
OIDC Client
A pure-Python OpenID Connect client supporting OAuth 2.1 authorization flows, built for Python 3.10+ with minimal dependencies.
OAuth 2.1 authorization flows include:
- the authorization code flow, for interactive user login;
- the client credentials flow, for confidential machine-to-machine communication.
This OIDC Client supports reading configuration profiles from a pyproject.toml
file.
Requirements
Python 3.10+
Installation
pip install oidc-client
Configuration
To enable interactive login for your project, add the following to your pyproject.toml
:
[tool.oidc]
issuer = "https://example.com" # URL of your OIDC provider
client_id = "<application ID>" # Application ID given by your OIDC provider
Examples
# To log-in as a user, using a web browser:
oidc login --interactive
License
This project is licensed under the terms of the MIT license.
A YZR Free and Open Source project.
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
oidc_client-0.2.5.tar.gz
(12.0 kB
view hashes)
Built Distribution
Close
Hashes for oidc_client-0.2.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1011525e32a796941f56a3ee60821f74dca14f21da29426b68bd2fcbad74218d |
|
MD5 | 7551af0eeb937e102ede3a3d7d0450cd |
|
BLAKE2b-256 | b4b895ea8b6af7a0d68b0f90037cd4c751cf68ce25568d97a9169f125b894a24 |