четверг, 30 июля 2015 г.

Exchange 2013 OWA logoff via TMG

OWA Forms Based Auth Logoff Changes in Exchange 2013 Cumulative Update 9 – And Good News for TMG Customers
Update - 2/9/15: Since publishing this blog we made a decision to push one aspect of this change to CU9 to allow some partners a little more time to adapt to this new behavior. The new signout.aspx code is still shipping in CU8, but we are not changing to the new logoff behavior, that is sending the user logging off to signout.aspx until CU9. To be clear, CU8 will actually contain the new signout.aspx page, but the code will continue to send users logging off to logon.aspx.
So all references to CU8 in the post below have been changed to CU9. All references to CU9 changed to CU10, and so on. Hopefully that’s not too confusing.
Now just between us, if you really want to take advantage of this new code in CU8 you can! As the code snippet below indicates (in which we have also corrected a small mistake), you can remark the line in web.config to ‘LegacyLogOff’ (or indeed set it to any value except “LegacyLogOff”, even removing the line completely has the same effect) and you will send users logging off to signout.aspx. Just be careful when you make these changes, and remember the upgrade order comments further down, they all still apply. Here’s a small table to make this all a little easier to grasp:

Включение протокола Kerberos в Exchange 2013

понедельник, 20 июля 2015 г.

TMG OWA logoff


On any TMG publishing rules, on the Application Settings tab, modify the "Published server logoff URL" to be "owa/auth/signout.aspx".
Then, on any CAS servers, navigate to and open
%ExchangeInstallPath%\Frontend\HttpProxy\OWA\web.config
and delete this line:
<add key="LogonSettings.SignOutKind" value="LegacyLogOff" />
Thirdly, on any mailbox servers, navigate to these files
%ExchangeInstallPath%\ClientAccess\OWA\web.config
%ExchangeInstallPath%\ClientAccess\ECP\web.config
and delete the same line from both files.
Lastly, do an IISreset on each affected server.

пятница, 3 июля 2015 г.