Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.56 KB

README.rst

File metadata and controls

37 lines (24 loc) · 1.56 KB

flask-oidc-ex

OpenID Connect support for Flask.

https://img.shields.io/pypi/v/flask-oidc-ex.svg?style=flat https://img.shields.io/pypi/dm/flask-oidc-ex.svg?style=flat Documentation Status https://img.shields.io/travis/larsw/flask-oidc-ex.svg?style=flat 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:

Project status

This project is in active development.