I am having issues with the session time out of one application registered at azure

Risma, Peter 0 Reputation points
2024-02-06T19:09:28.8566667+00:00

I register and application that we use to integrate and on premises application to use Azure Intra authentication, the problem we are facing is that the session time out is to low and the users are losing all information and have to log in back again,

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

1 answer

Sort by: Most helpful
  1. Shweta Mathur 30,261 Reputation points Microsoft Employee
    2024-02-08T07:22:21.81+00:00

    Hi @Risma, Peter ,

    Thanks for reaching out.

    It depends on the kind of token you are using to authenticate. Access token usually have 1 hour token lifetime. While requesting for token, you can get refresh token along with access token to increase the token lifetime.

    Reference - https://learn.microsoft.com/en-us/entra/identity-platform/configurable-token-lifetimes

    You can also configure sign-in frequency using a conditional access policy. The minimum frequency is 1 hour.

    Could you please provide more information to assist you better.

    Thanks, Shweta

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.