CSRF (/libs/granite/csrf/token.json) Call is loading from Edge Disc Cache
Hi,
After we enabled SAML authentication, all our post calls were failing with 403.
We resolved it by adding "granite.csrf.standalone" clientlib into template level.
But now in EDGE browser, after some idle time, CSRF token generation API(/libs/granite/csrf/token.json_ loading from Edge browser cache and not giving actual token as response.
Because of this all POST calls are failing with 403 until we clear cache manually.
Is there any way we can block this API loading from Disc cache(Browser) ?

Response:

Post Call:

Expected Response:




