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

larsw/flask-oidc-ex

 
 

Repository files navigation

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.

About

OpenID Connect support for Flask - Extended

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%