svintit / flask-oidc-ext

OpenID Connect support for Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-oidc-ext

OpenID Connect support for Flask. image image1 Documentation Status image2

This library should work with any standards compliant OpenID Connect provider.

It has been tested with:


Project status

This project comes as is, it is no longer being maintained as it does not need to at it's core. Any necessary updates will be reviewed and released.


Extension list

  • Added extra header option to requests OIDC_EXTRA_REQUEST_HEADERS. This adds the ability to add a Host: <issuer> header in environments where the issuer is no the same DNS as where the request is sent to. E.g localhost vs 127.0.0.1.
  • Token caching added: #9
  • Better error handling: #5
  • Useful helper functions added get_token and for clearing specific tokens

About

OpenID Connect support for Flask

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%