You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! That's surprising, flask-oidc provides a blueprint named oidc_auth and registers it with the app when the extension is instantiated (or when init_app() is called). How is the OpenIDConnect object instantiated? Which version of flask-oidc are you using? Thanks.
When I'm trying to create a test which is calling to the endpoint with the decorator
@flask_oidc.require_login
I got the following exception:In my local environment, I've replaced:
url_for("oidc_auth.login"),
tourl_for("login"),
directly in library and that's worked for me.The text was updated successfully, but these errors were encountered: