I am integrating SSO with OTDS in a angular based web application. I need to understand when the OTDS token expires. In the OTDS admin I have set the Access token lifetime for the respective client to 180 seconds and under Authentication handlers for http.cookie idle timeout is 1 minute and max timeout is set to blank.
Based on my understanding token should expire in 3 minutes but it does not expire for hours. Is there document that can explain this?