Socket
Socket
Sign inDemoInstall

openid-connect

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openid-connect

Low-level Python OIDC Client library


Maintainers
1

openid-connect - Low-level Python OIDC Client library

.. image:: https://badge.fury.io/py/openid-connect.svg :target: https://badge.fury.io/py/openid-connect

This is a low-level Python library for authentication against OpenID Providers (e.g. Google).

For high-level libraries see the Aiakos_ project.

What is OpenID Connect?

It's a OAuth2-based standard for authentication in applications.

Legacy authorization servers

openid-connect does also support some legacy OAuth2 providers that do not implement OpenID Connect protocol:

  • facebook
  • gitlab
  • github

For gitlab and github - both official and on-premise instances are supported.

Requirements

  • Python 3.7+ - might work on older 3.x versions, but it's not tested
  • python-jose_

.. _Aiakos: https://gitlab.com/aiakos .. _python-jose: https://github.com/mpdavis/python-jose

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc