I am experimenting with Windows Azure Active Directory. In a client (desktop) application the user enter his credentials and authenticate to access a REST service. I\'m usin
Solution is here.
tokenRefreshExtensionHours
It is now configurable through App Service's Resource Manager to configure tokenRefreshExtensionHours.
"using Resource Explorer to manage your site’s auth settings, you can add a setting named “tokenRefreshExtensionHours” to {site}/config/authSettings.properties and set it to the number of hours to allow an expired token to be used for refresh. "
Thanks to cgillum.