ADFS | User session will expire in 60 minutes, even if it is not idle

Our web application uses ADFS for authentication. The code works fine using a valid token obtained from ADFS and allows authenticated users to enter the application.

However, users typically log out within 60 minutes, even if they are actively using the application. Since we are not "updating" the token or doing anything with it after the initial authentication, could this be the reason for the abrupt end of the session? What can I do to prevent this from happening?

Please let me know if anyone has any ideas / suggestions.

Thank.

Sunil

+3
adfs


source to share


No one has answered this question yet

Check out similar questions:

7
ADFS session expires and throws an error
2
ADFS 2.0 Session TimeOut in Single Sign-On Scenario
2
ADFS SSO Sliding Expiration
1
How to configure session timeout for each trustee trust in adfs
0
Retrieving All Users and Roles in a .NET Web Application via ADFS
0
How do I generate a request in ADFS, get a session and authenticate a user to the Django server?
0
How do I redirect from a web page to a Windows app?
0
Why does ADFS authentication using ADAL never require the user to enter credentials?
0
How do I prevent Owen from being redirected to Login when the session expires?
0
User logged in using ADFS auth is redirected to ADFS server after 30 minutes of inactivity



All Articles