Skip to content

Commit 65b1715

Browse files
authored
Merge pull request #104724 from CelesteDG/patch-25
Updated note on config token lifetime policy
2 parents 03d1809 + f85da85 commit 65b1715

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/active-directory/develop/active-directory-configurable-token-lifetimes.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ services: active-directory
66
author: rwike77
77
manager: CelesteDG
88

9-
ms.assetid: 06f5b317-053e-44c3-aaaa-cf07d8692735
109
ms.service: active-directory
1110
ms.subservice: develop
1211
ms.workload: identity
1312
ms.topic: conceptual
14-
ms.date: 10/07/2019
13+
ms.date: 02/19/2020
1514
ms.author: ryanwi
16-
ms.custom: aaddev, annaba, identityplatformtop40
17-
ms.reviewer: hirsin
15+
ms.custom: aaddev, identityplatformtop40
16+
ms.reviewer: hirsin, jlu, annaba
1817
---
1918
# Configurable token lifetimes in Azure Active Directory (Preview)
2019

@@ -28,9 +27,8 @@ In Azure AD, a policy object represents a set of rules that are enforced on indi
2827
You can designate a policy as the default policy for your organization. The policy is applied to any application in the organization, as long as it is not overridden by a policy with a higher priority. You also can assign a policy to specific applications. The order of priority varies by policy type.
2928

3029
> [!NOTE]
31-
> Configurable token lifetime policy is not supported for SharePoint Online. Even though you have the ability to create this policy via PowerShell, SharePoint Online will not acknowledge this policy. Refer to the [SharePoint Online blog](https://techcommunity.microsoft.com/t5/SharePoint-Blog/Introducing-Idle-Session-Timeout-in-SharePoint-and-OneDrive/ba-p/119208) to learn more about configuring idle session timeouts.
32-
>* The default lifetime for the SharePoint Online access token is 1 hour.
33-
>* The default max inactive time of the SharePoint Online refresh token is 90 days.
30+
> Configurable token lifetime policy only applies to mobile and desktop clients that access SharePoint Online and OneDrive for Business resources, and does not apply to web browser sessions.
31+
> To manage the lifetime of web browser sessions for SharePoint Online and OneDrive for Business, use the [Conditional Access session lifetime](../conditional-access/howto-conditional-access-session-lifetime.md) feature. Refer to the [SharePoint Online blog](https://techcommunity.microsoft.com/t5/SharePoint-Blog/Introducing-Idle-Session-Timeout-in-SharePoint-and-OneDrive/ba-p/119208) to learn more about configuring idle session timeouts.
3432
3533
## Token types
3634

0 commit comments

Comments
 (0)