mozilla-iam / sso-dashboard

A python flask implementation of an SSO dashboard. OIDC for authentication and message bus for alert pipelines.
Mozilla Public License 2.0
37 stars 45 forks source link

Update Flask-pyoidc 3.13.0->3.14.3 #484

Closed dividehex closed 9 months ago

dividehex commented 9 months ago

This PR updates the Flask-pyoidc from 3.13.0 to 3.14.3. This new version includes fixes [1] that better handles the OIDC work flow for Flask apps that reside behind firewalls and therefore likely are internally serving http from the backend.

[1] https://github.com/zamzterz/Flask-pyoidc/pull/169