Option to enable automatic renew of tokens #30929
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
question
Status: Resolved
Is your feature request related to a problem? Please describe.
The oidc-client supports a setting to automatically renew the token before it expires, but it is not supported in the C# API.
See https://github.com/IdentityModel/oidc-client-js/wiki under automaticSilentRenew.
Example: I am trying to do
Describe the solution you'd like
This should be available to set, and the default should be true.
Additional context
If the access token is not renewed, and the refresh token expires before next request it may cause the problem seen in #30927
The text was updated successfully, but these errors were encountered: