Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access Token is not renewed #2

Closed
dworlton opened this issue Sep 28, 2018 · 0 comments · Fixed by #6
Closed

Access Token is not renewed #2

dworlton opened this issue Sep 28, 2018 · 0 comments · Fixed by #6

Comments

@dworlton
Copy link

It seems that my corporate Okta has a timeout for the access token, but the plugin does not ever renew the token when expired and therefore once the token I have expires I will continuously fail authorization until I delete my cookies.

There needs to be a way to update the access token when it expires so users can continue to login again after expiration.

szamfirov pushed a commit that referenced this issue Jun 11, 2020
The client ID was set to be a secure variable leading to its value being
encrypted. This caused issues with the authentication and refresh token
requests (the client ID is passed in those).

Fixes #2, fixes #3, fixes #5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant