How to extend okta session in .Net Application

Hi,
In our .Net application, we use a redirect approach.The user will be redirected back to the okta sign in page after their session expires after one hour, while the timeout for our application is two hours. After the user authorizes from okta, there will be no communication from our app to okta.

Is there a method to extend the session without using session API (we tried using a refresh token, but it didn’t work)?

1 Like