flask_oidc.views module

flask_oidc.views.authorize_view()[source]
flask_oidc.views.legacy_oidc_callback()[source]
flask_oidc.views.login_view()[source]
flask_oidc.views.logout_view()[source]

Request the browser to please forget the cookie we set, to clear the current session.

Note that as described in [1], this will not log out in the case of a browser that doesn’t clear cookies when requested to, and the user could be automatically logged in when they hit any authenticated endpoint.

[1]: https://github.com/puiterwijk/flask-oidc/issues/5#issuecomment-86187023

New in version 1.0.

flask_oidc.views.validate_return_url(next, url_root)[source]