Forum Discussion

riraccuia's avatar
riraccuia
Icon for Cirrus rankCirrus
Jul 09, 2015
Solved

F5 APM OWA o365 SSO Form Based Authentication Issues

Hello there, we'd like to configure our v11.6 F5 box to provide access to an Exchange 2013 / MS o365 web based email using APM to enforce two factor authentication (AD + OTP) on an HTTPS Virtual Ser...
  • riraccuia's avatar
    May 04, 2016

    For everyone's information, this is how I solved the problem:

    when HTTP_REQUEST {
            For OWA 2013
            if { [HTTP::uri] starts_with "/owa/manifests/appCacheManifestHandler.ashx" }{
                HTTP::respond 200 content {} noserver
    
            }
    }