The context is a working IdP/SP Blazor application with working SSO and single logout (SLO). I would ideally like the session timeout to have the same effect as SLO, but have yet to find a way to achieve this. I have noted the other qus on this and have set the lifetime value to 30 seconds (for testing) in AssertionConsumerService. Slidingexpiration is set to true.
But, nothing happens - certainly nothing visually, and, well after 30s, buttons etc on the page are active as normal.
How can I test this further and react to the session timeout event (or state), if that is possible?
Thanks