My scenario is I have refresh token expiry which i have set to the 30 days in Okta. I have a button in my angular app named (Extend). I want when i click on extend button i can add 10 more days to the expiry of my refresh token. is it possible ?
Looking forward for your quick response.
This may not exactly match your use case, but you can set Refresh Tokens to expire if not used ever 30 (or 10, not sure which is preferred) days (idle lifetime), but with a max lifetime of whatever upper limit you want. I don’t see any way to incrementally extend that max lifetime 10 days at a time though.