I've implemented zaf proxy to authenticate my app with okta and it works however after token life time is expired zaf doesn't refresh immediately the token. it takes around 1 minute to refresh, in the meantime app is getting Jwt is expired and we get an error in the app, this is causing app intermittency. The token should be refreshed immediately, any thoughts? I've already set scope as: "openid offline_access".
this is my manifest file:
