I am running a single Exchange 2013 server with Basic Authentication enabled on the OWA and ECP virtual directories. This worked fine with CU1 installed. After upgrading to CU2 I noticed that I get the FBA login page when I try to visit OWA or ECP.
Just double-checked the authentication settings in EAC and EMS:
PS D:\Scripts> Get-OwaVirtualDirectory | fl forms*,basic*
FormsAuthentication : False
BasicAuthentication : True
PS D:\Scripts> Get-EcpVirtualDirectory | fl forms*,basic*
FormsAuthentication : False
BasicAuthentication : True
Yet when I visit the url I see the FBA login page. Is this a known issue?
Did my post help? Please use "Vote As Helpful", "Mark as answer" or "Propose as answer". Thank you!