Windows Azure Active Directory - expiration of refreshtoken

后端 未结 5 1141
情深已故
情深已故 2020-12-16 18:27

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

5条回答
  •  暖寄归人
    2020-12-16 19:29

    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.

提交回复
热议问题