verdan / flaskoidc

A wrapper of Flask with pre-configured OIDC support
Apache License 2.0
52 stars 35 forks source link

Set expiration time #15

Open macvglobant opened 2 years ago

macvglobant commented 2 years ago

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 time using flaskoidc. At this point, we have successfully setup authentication at startup. We would like to change the expiration time of the token, since we saw that by now there is an issue with refreshment_token. https://github.com/verdan/flaskoidc#known-issues We are using version flaskoidc==0.2.3

Our question is if there is a way to change the default value we are having from our authentication with flaskoidc configuration?