I would like to configure the custom policy so that
- A user who has not been active for more than 1 day will be logged out and forced to sign in again.
- If they continuously use the app then they their session will be able to keep on using the app more many days
- But after 30 days, even if they've been using the app everyday, they will be forced to log out, and need to login again. Is this possible?
I tried to accomplish this with web session but can't seem to find a way.
It might not be 1 day rolling and 30 day upper limit. Maybe it's 1 hour rolling session and 1 day upper limit. So user will need to log in again after 1 hour of idle, or if they keep on using the app, they will need to login again after 24 hours.