Skip to main content

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


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.6.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

oidc_client-0.2.6-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page