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.0.tar.gz
(11.7 kB
view hashes)
Built Distribution
Close
Hashes for oidc_client-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6d0d8c23e8a921dffb137784c246260fbe1cc7ce219f23ccd46fe77085f7f71 |
|
MD5 | fad2654adb0002de1a792ed5b516f37b |
|
BLAKE2b-256 | ce5f72e60220b84d53e32668903841fc1beee85f7c73bbb4e43c29caf926cdea |