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

Examples

# To log-in as user, using a web browser:
oidc login --interactive

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

Uploaded Source

Built Distribution

oidc_client-0.1.0-py3-none-any.whl (13.1 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