Forum Discussion
tmauro23_178208
Nimbostratus
Nov 24, 2014Exchange 2013 co-exsting with Exchange 2007 Prompting Clients for Authentication
We are in the middle of deploying Exchange 2013 SP1 and migrating users from Exchange 2007. We have been noticing that Outlook clients (2010 and 2013) are randomly receiving authentication credentia...
mikeshimkus_111
Nov 24, 2014Historic F5 Account
Can you post the headers for that request and response here? What auth scheme is your Autodiscover configured to use? Are the 401s coming from the same CAS that the original request went to, or a different one?
There's a section of the pool assignment iRule created by the iApp that works around repeated auth prompts for Outlook clients by disabling OneConnect and the NTLM profile. I'm wondering if it could apply in your case, with a change of criteria:
when HTTP_RESPONSE {
if { [string tolower [HTTP::header values "WWW-Authenticate"]] contains "negotiate"} {
ONECONNECT::reuse disable
ONECONNECT::detach disable
NTLM::disable
}
if {[HTTP::header exists "Transfer-Encoding"]} {
HTTP::payload rechunk
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects