Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

flask-oidc-ex

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flask-oidc-ex

OpenID Connect extension for Flask - Extended

pipPyPI
Version
0.6.2
Maintainers
1

flask-oidc-ex

OpenID Connect <https://openid.net/connect/>_ support for Flask <http://flask.pocoo.org/>_.

.. image:: https://img.shields.io/pypi/v/flask-oidc-ex.svg?style=flat :target: https://pypi.python.org/pypi/flask-oidc-ex

.. image:: https://img.shields.io/pypi/dm/flask-oidc-ex.svg?style=flat :target: https://pypi.python.org/pypi/flask-oidc-ex

.. image:: https://readthedocs.org/projects/flask-oidc-ex/badge/?version=latest :target: http://flask-oidc-ex.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://img.shields.io/travis/larsw/flask-oidc-ex.svg?style=flat :target: https://travis-ci.org/larsw/flask-oidc-ex

.. image:: https://snyk.io//test/github/larsw/flask-oidc-ex/badge.svg?targetFile=requirements.txt :target: https://snyk.io//test/github/larsw/flask-oidc-ex?targetFile=requirements.txt :alt: Known Vulnerabilities

This library is a fork of the flask-oidc <https://github.com/puiterwijk/flask-oidc> library, and should work with any standards compliant OpenID Connect provider.

The main contribution that this library provides compared to flask_oidc is the option to locally validate JWT-based access tokens (based on python-jwt and jwcrypto) instead of calling the OP's userinfo endpoint for validation.

It also provides a way of providing a factory function for httplib2.Http instances, so that SSL certificate validation etc. can be customized properly.

It has been tested with:

  • Keycloak <https://www.keycloak.com/>_

Project status

This project is in active development.

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