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

refresh token usage in OIDCAuthorizationCodeFlowAuth #1130

Closed
sbrunato opened this issue May 3, 2024 · 0 comments · Fixed by #1138
Closed

refresh token usage in OIDCAuthorizationCodeFlowAuth #1130

sbrunato opened this issue May 3, 2024 · 0 comments · Fixed by #1138
Assignees
Labels
enhancement New feature or request

Comments

@sbrunato
Copy link
Collaborator

sbrunato commented May 3, 2024

Following #1127, update OIDCAuthorizationCodeFlowAuth to make use of expiration time and refresh_token returned with token in the authentication API response.

Replace block # we assume user is already logged in
52a4bfa#diff-6c8d52d595db6a296ad2b1b96c6e990d70d2ec0a42a2c85c5091211ba623ff76R203
with new mechanism inspired by what is done in TokenAuth

@sbrunato sbrunato added the enhancement New feature or request label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants