AccessTokenManagement Automatic Token Refresh in Client Library #234
-
Are there any plans to make the Duende.AccessTokenManagement.OpenIdConnect features available on clients other than ASP.NET Core applications? Mainly wondering if there are plans to allow for renewing access tokens from refresh tokens automatically for clients such as mobile or is the plan to continue to get clients such as mobile to manage this process itself using the refreshtoken method on the Duende.IdentityModel.OidcClient |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
At this time, there are no plans to add a similar functionality to |
Beta Was this translation helpful? Give feedback.
At this time, there are no plans to add a similar functionality to
Duende.IdentityModel.OidcClient
. The main reason for this, is that in a mobile application, theOidcClient
library has no way of knowing where the refresh token lives, since it depends on the mobile OS, framework being used (React Native, Swift, MAUI, ...), etc.