Exchange 2013/2010 - Coexistence, Auth Methods. OWA.

Hey Guys

I need some help getting the correct Authentication methods for OWA coexistence between 2013 and 2010. I cant seem to find any documents which provide the right settings.

Thanks,


July 11th, 2015 7:56pm

Hey Guys

I need some help getting the correct Authentication methods for OWA coexistence between 2013 and 2010. I cant seem to find any documents which provide the right settings.

Thanks,


Free Windows Admin Tool Kit Click here and download it now
July 11th, 2015 8:15pm

I was really hoping to get this question answered and thought it would be a simple search to get the info. but apparently I am unable to find a straight answer to my question. Might you know the answer?

Thanks,


Robert

July 11th, 2015 9:27pm

I was really hoping to get this question answered and thought it would be a simple search to get the info. but apparently I am unable to find a straight answer to my question. Might you know the answer?

Thanks,


Free Windows Admin Tool Kit Click here and download it now
July 12th, 2015 10:49am

I was really hoping to get this question answered and thought it would be a simple search to get the info. but apparently I am unable to find a straight answer to my question. Might you know the answer?

Thanks,


July 12th, 2015 12:18pm

This is for the 2010:

ClientAuthCleanupLevel        : High
InternalAuthenticationMethods : {Basic, Fba, Ntlm, WindowsIntegrated}
BasicAuthentication           : True
WindowsAuthentication         : True
DigestAuthentication          : False
FormsAuthentication           : True
LiveIdAuthentication          : False
AdfsAuthentication            : False
OAuthAuthentication           : False
ExternalAuthenticationMethods : {Fba}

2013:

ClientAuthCleanupLevel        : High
InternalAuthenticationMethods : {Basic, Fba}
BasicAuthentication           : True
WindowsAuthentication         : False
DigestAuthentication          : False
FormsAuthentication           : True
LiveIdAuthentication          : False
AdfsAuthentication            : False
OAuthAuthentication           : False
ExternalAuthenticationMethods : {Fba}

Free Windows Admin Tool Kit Click here and download it now
July 12th, 2015 1:10pm

So i noticed this lastnight: 

CAS4 - Good Server that works as expected: (Exch2010, SP3, RU7)


Name                          : owa (Default Web Site)
ClientAuthCleanupLevel        : High
InternalAuthenticationMethods : {Basic, Fba, Ntlm, WindowsIntegrated}
BasicAuthentication           : True
WindowsAuthentication         : True
DigestAuthentication          : False
FormsAuthentication           : True
LiveIdAuthentication          : False
AdfsAuthentication            : False
OAuthAuthentication           : False
ExternalAuthenticationMethods : {Fba}

CAS1 - Bad Server that does not work: Exchange 2010 SP3 RU7

Name                          : owa (Default Web Site)
ClientAuthCleanupLevel        : High
InternalAuthenticationMethods : {Basic, Fba, Ntlm, WindowsIntegrated}
BasicAuthentication           : True
WindowsAuthentication         : False
DigestAuthentication          : False
FormsAuthentication           : True
LiveIdAuthentication          : False
AdfsAuthentication            : False
OAuthAuthentication           : False
ExternalAuthenticationMethods : {Fba}

If you notice the one server (bad server) does not have Windows Auth Enabled, when i enable it exchange disables forms. If i try enabling all 3 at the same time it still disable forms. So i need to set the Auth a different way is that done via IIS? 

Robert 

July 12th, 2015 1:36pm

Hi,

Please don't do any changes in IIS Manager, just run the following command in EMS to enable Integrated Windows authentication for CAS1:

Set-OwaVirtualDirectory -Identity "CAS1\owa (Default Web Site)" -WindowsAuthentication $True

Then run the following command to check the OWA configuration:

Get-OwaVirtualDirectory | fl identity,*auth*

Regards,

Free Windows Admin Tool Kit Click here and download it now
July 13th, 2015 3:43am

Hi,

There are some articles about the Client Connectivity in an Exchange 2013 Coexistence Environment. Hope they are helpful to you:)

http://blogs.technet.com/b/exchange/archive/2014/03/12/client-connectivity-in-an-exchange-2013-coexistence-environment.aspx

Understanding Proxying and Redirection

https://technet.microsoft.com/en-us/library/bb310763%28v=exchg.141%29.aspx?f=255&MSPPError=-2147217396

Regards,

July 13th, 2015 3:47am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics