flaskoidc
flaskoidc copied to clipboard
A wrapper of Flask with pre-configured OIDC support
Container stops running in both amundsenmetadata and amundsensearch because of this error: `amundsensearch | Using requested Flask module flaskoidc and class FlaskOIDC amundsensearch | Traceback (most recent call last): amundsensearch...
Having a field like `last_login_timestamp` to store the last time User logged into the application would be useful to do analysis on the number of active users and similar trends....
The default behavior remains the same (redirect to FLASK_OIDC_OVERWRITE_REDIRECT_URI after login). When FLASK_OIDC_OVERWRITE_REDIRECT_URI is set to an empty string, however, the user is redirected to the url he/she was trying...
I am getting CONFIG_URL is not set error. Can you guide how to setup? I am trying to setup in [superset](https://github.com/apache/superset)
Hi all ! I have been struggling with using Google as an authentication provider. Indeed, I've read many confusing things. So what Google Cloud Platform API should I use ?...
Hi, I'm trying to use your middleware in my Flask API, authenticating with Keycloak, but I'm getting an error on [`token = json.loads(token)`](https://github.com/verdan/flaskoidc/blob/v1.0.6/flaskoidc/__init__.py#L47). It seems like it's skipping a "decode...
Hi, In our project we are using Amundsen as our platform to search metadata in our DB's. We are using authentication with OKTA on the organization. This is the first...
Hi, I'm trying to use amundsen metadata service with mysql instead of neo4j. SQLACHEMY_DATABASE_URI is used in both libraries, which leads to config conflicts. I suggest adding prefix