Device Flow and refresh tokens
I'm implementing the device flow for an Adobe plugin - am using device flow as there is no easy way to handle the PKCE callback inside the plugin sandbox, so my option are limited. Everything works fine, except the device flow is not returning me a
Most other IdP's seem to support a long lifetime refresh token as well as the access token, and often also some way to revoke the refresh token for a device.
Is this approach not supported in Kinde, or am I missing something in setup that would provide me with a refresh_token?
refresh_token to use, so I have to make the users go through the enter code/sign in/confirm app process every time the access_token expiresMost other IdP's seem to support a long lifetime refresh token as well as the access token, and often also some way to revoke the refresh token for a device.
Is this approach not supported in Kinde, or am I missing something in setup that would provide me with a refresh_token?