<Conditions NotBefore="2019-08-17T12:53:23.403Z" NotOnOrAfter="2019-08-17T13:58:23.503Z">
I want to refresh NotOnOrAfter value whenever the time has been expired. This value is part of IDP SAML response. Refresh should happen between SP and IDP without interaction of browser.(which means I want to make a silent refresh in the background during any API call)
The issue I am facing is whenever I contact IDP it is redirecting back to /saml/SSO. Due to this my page is refreshing. But the same thing should happen without any re-directions in the UI.
Please help me here.