Hi @Дмитрий Семин · Thank you for reaching out.
If you organization has configured Azure Active Directory Seamless Single Sign-On or If the devices are Azure AD Registered/Azure AD Joined/Azure AD Hybrid Joined, users automatically sign into web application under currently logged in user's context using PRT (Primary Refresh Token). However, when user explicitly signs out of the application, the PRT cookie and Session cookies are explicitly marked as expired and are invalidated. Which is why at the next sign-in user is required to enter his/her credentials.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.