Does call to /authorize prompt=none extend session cookie?

From this section:

I can call /authorize with prompt=none in order to get a new access token IF their is a valid session cookie that hasn’t expired.

My question is, in that situation, where I get a new access token, is that session time extended for another x minutes? Or does the session and it’s lifetime remain unchanged. If unchanged, it seems that I would need to call POST /api/v1/sessions/me/lifecycle/refresh prior to /authorize prompt=none in order to make sure the session is still valid.

it will extend your session with okta

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.