i have owa on Exchange 2013 with fba anthenticate mode its ok https://mail.dominio.com/owa
I need setting other owavirtualdirectory to authenticate mode integrated windows and port 80 to only access internal
From IIS i was create site "Intranet"
From EMC :
New-OwaVirtualDirectory -Server Name_Server -WebSiteName "Intranet"
Set-OwaVirtualDirectory -identity "Name_Server\owa (Intranet)" -InternalUrl "http://correo.dominio.local/owa" -WindowsAuthentication $true -Basicauthentication $false -Formsauthentication $false
New-ECPVirtualDirectory -Server Name_Server -WebSiteName "Intranet"
Set-ECPVirtualDirectory -identity "Name_Server\ecp (Intranet)" -InternalUrl "http://correo.dominio.local/ecp" -WindowsAuthentication $true -FormsAuthentication $false
iisreset
After, the access to http://correo.dominio.local/owa is perfect with windows integrated;BUT the access to https://mail.dominio.com/owa show error on sign in with method autenticate
Therefore to solution i do the next :
Set-OwaVirtualDirectory -identity "Name_Server\owa (Default Web Site)" -FormsAuthentication $false
Set-ecpVirtualDirectory -identity "Name_Server\ecp (Default Web Site)" -FormsAuthentication $true
Set-OwaVirtualDirectory -identity "Name_Server\owa (Default Web Site)" -FormsAuthentication $false
Set-ecpVirtualDirectory -identity "Name_Server\ecp (Default Web Site)" -FormsAuthentication $true
iisreset
and the access to https://mail.dominio.com/owa its ok .. but http://correo.dominio.local/owa no
Help me , sorry my english itsnt good