Forum Discussion

tiny_cloud_ninj's avatar
tiny_cloud_ninj
Historic F5 Account
Apr 07, 2010

OWA integrated authentication to forms

Hello, Need a suggestion of away for user to attempt to login to a IA member server and if the authentication fails have the users connection be moved to another pool. i.e. the forms pool. Any Ideas?

1 Reply

  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    Hi Brian,

     

     

    Can you use a browser plugin like Fiddler to record a client going through the NTLM auth and it failing? You could then use an iRule to try to look for the IA auth failure and retry the HTTP request to a second pool using HTTP::retry (Click Here).

     

     

    Aaron