Conditional Access - 'User sign-in frequency' Oauth implementation.

CloudMe 21 Reputation points
2019-12-12T14:21:01.74+00:00

Hi,

If i understand correctly, the 'User sign-in frequency' implementation is app dependent and will only be enforced if the app was designed to do so, Is that correct?

If true, Can someone please guide me to documentation on how the 'User sign-in frequency' should be implemented by apps using the Oauth protocol ? I didn't see any flag in the Tokens that can indicate the 'User sign-in frequency' time and the Refresh tokens are valid for much longer than 1 hour(my CA settings), or did i miss something?

Thank You.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,667 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KAREDD-MSFT 406 Reputation points Microsoft Employee
    2019-12-13T11:39:15.757+00:00

    @CloudMe Configuring sign-in frequency sets an additional cookie called, ASLM (Azure Session Lifecycle Management) which controls this frequency.

    AFAIK, if you are using MSAL, then you wouldn't have to do anything additionally.

    1 person found this answer helpful.