We are integrating Angular 1.x with Okta and implemented the custom solution using JavaScript. After authentication, I have id_token and access_token available(returned through the URL fragment after authentication). There is also JSESSIONID available as Cookie.
I need to renew/refresh access_token periodically using above available data. Looks like there is a way to use /authorize?prompt=none silently behind the scenes but couldn’t figure it out.
Thanks,
Nagaraj