I have a very simple ADFS environment with Angular ADAL app getting the JWT successfully. No matter what setting i change with "set-adfsproperties", token always expires after one hour. and that is forcing adal to retrieve a new token each hour.
I would like to token to live for 24 hours to avoid the refresh delay in the UI.
Has anyone been able to change the token expiration beyond the 1hr default?