Exchange 2016 OWA legacy logoff mode

Andy Chu 96 Reputation points
2020-12-25T17:33:13.557+00:00

We have been using the unofficial fix from INFSC to enable the legacy logoff mode. The fix no longer works in our environment with CU18 and CU19. Anyone tried it with CU18 or CU19? thanks

THE FIX :
Edit Exchange\V15\ClientAccess\Owa\prem\15.1.1034.26\scripts\microsoft.owa.core.models.js
Add this line
$(document).ready(function(){ $('._ho2_2').click(function () { $('body > div:last-child ._abs_c div[role=menu] > div > div:last-child > button').on('click', function () { window.location.href= './logoff.owa' }) }) });
Save & iisreset*

Original thread: htps://social.technet.microsoft.com/Forums/en-US/71462d67-f05b-4d74-af63-b22f3dea35d7/exchange-2016-logoff-does-not-generate-logoff-request?forum=Exch2016GD#889ee5b4-16d7-442b-8926-aaee43e757b1

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,390 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andy Chu 96 Reputation points
    2021-01-04T05:28:47.87+00:00

    Hi Eric, actually the issue resolved by itself after a few days. When I had the problem, it happens on all browsers and multiple workstation. All Exchange servers were recycled too. So I suspect some caching issue on F5 or client side.

    thanks


2 additional answers

Sort by: Most helpful
  1. Eric Yin-MSFT 4,386 Reputation points
    2020-12-28T07:08:40.427+00:00

    Does the workround that changing authentication to form based authentification work for you?
    https://social.technet.microsoft.com/Forums/ie/en-US/1314ed16-48e3-4813-96c7-a5465a83c61d/owaecp-signout-does-not-logoff-user-or-closes-session?forum=exchangesvrclients
    https://www.franken.pro/blog/outlook-web-access-sign-out-broken-after-exchange-2016-cu-4-and-basic-401-authentication


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Andy Chu 96 Reputation points
    2020-12-28T19:28:17.54+00:00

    We use a F5 to pre-authenticate HTTPS request to Exchange, so cannot use Exchange FBA.