-
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:
```
> r = client.get(url, follow_redirects=Fal…
-
Hello everyone !
I'm currently integrating Flask-OIDC 2.1.1 in my project and have encountered an issue where the validate_token function does not seem to be available. This is critical as it affec…
-
I use Flask-OIDC to secure internal applications and am using Authentik as my single sign-on provider. My sessions keep expiring after 5 minutes which is the access token expiry, so I wanted to check …
-
Allow user provisioning / access to be controlled via a separate IdP.
-
Helllo,
I'm using superset on my kubernetes cluster. I deployed it with the helm chart from stable/superset. While playing with superset I was trying to use keycloak as an authentication system fo…
-
I am trying to modify the
`@app.route('/logout')`
function.
However, even if I erase the decoration and the function, I still get a default behavior for the /logout endpoint, which is a redir…
-
Recently I found that flask-oidc was forked and back to a maintainable state, but I found that direct upgrade of flask-oidc from pypi brake some backward compatibility when decorator `@oidc.accept_tok…
-
*Please ensure your feature request is not already on the roadmap or associated with an issue. This can be checked [here](https://github.com/orgs/dfir-iris/projects/1/views/4).*
**Is your feature r…
-
Hi, i am using flask oidc in superset to integrate superset with keycloak. following the given method (https://stackoverflow.com/questions/47678321/using-openid-keycloak-with-superset). But, in my ca…
-
**Bug description**
There is no CSRF set on session, then the `_process_callback` is failing when checking:
```python
if csrf_token != session_csrf_token:
logger.debug("CSRF token mismatch…