Hello Guys.
I implemented Dynamics 365 on premise with ADFS 3.0
We have requiremnet from client to set session time out but only if user is inactive
I've set the TokenLifetime to 30 minutes and SSOLifetime to 15 minutes and the session expires after 30 minutes
but the problem is that it expires even if user is working on application which is very annoying .
How can I implement Inactivity time out?
Thanks