We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When logged in using OIDC, our access token will expire very often (possibly every 5 minutes).
So, we should detect when that has happened and:
This should be invisible to the user unless either of those steps fails.
We think/hope there is a single place in the code where all authenticated requests go through, so hopefully these changes can focus in that area.
Refer to https://areweoidcyet.com/client-implementation-guide/ for more info.
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
@andybalaam can you triage this issue? I don't really know what to do with it.
Sorry, something went wrong.
Lifecycle.persistCredentials
kerryarchibald
No branches or pull requests
When logged in using OIDC, our access token will expire very often (possibly every 5 minutes).
So, we should detect when that has happened and:
This should be invisible to the user unless either of those steps fails.
We think/hope there is a single place in the code where all authenticated requests go through, so hopefully these changes can focus in that area.
Refer to https://areweoidcyet.com/client-implementation-guide/ for more info.
Tasks
The text was updated successfully, but these errors were encountered: