Skip to content

Commit 1b5855a

Browse files
authored
Merge pull request #104229 from MicrosoftGuyJFlo/CASessionLifetimeUpdate
[Azure AD] Conditional Access - Session lifetimes update
2 parents b8ceab4 + ac4c68a commit 1b5855a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

articles/active-directory/conditional-access/howto-conditional-access-session-lifetime.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,23 @@ Sign-in frequency setting works with apps that have implemented OAUTH2 or OIDC p
4848
- Dynamics CRM Online
4949
- Azure portal
5050

51+
### User sign-in frequency and device identities
52+
53+
If you have Azure AD joined, hybrid Azure AD joined, or Azure AD registered devices, when a user unlocks their device or signs in interactively, this event will satisfy the sign in frequency policy as well. In the following 2 examples user sign-in frequency is set to 1 hour:
54+
55+
Example 1:
56+
57+
- At 00:00, a user signs in to their Windows 10 Azure AD joined device and starts work on a document stored on SharePoint Online.
58+
- The user continues working on the same document on their device for an hour.
59+
- At 01:00, the user is prompted to sign in again based on the sign-in frequency requirement in the Conditional Access policy configured by their administrator.
60+
61+
Example 2:
62+
63+
- At 00:00, a user signs in to their Windows 10 Azure AD joined device and starts work on a document stored on SharePoint Online.
64+
- At 00:30, the user gets up and takes a break locking their device.
65+
- At 00:45, the user returns from their break and unlocks the device.
66+
- At 01:45, the user is prompted to sign in again based on the sign-in frequency requirement in the Conditional Access policy configured by their administrator since the last sign-in happened at 00:45.
67+
5168
## Persistence of browsing sessions
5269

5370
A persistent browser session allows users to remain signed in after closing and reopening their browser window.

0 commit comments

Comments
 (0)