Forum Discussion
Misty_Spillers_
Feb 14, 2013Nimbostratus
Exchange iapp for multiple Exchange servers (different customers)
I'm on version 11.2.1 and using f5.microsoft_exchange_2010_cas.2012_06_08.
I created an "APM will provided secure remote access" iapp for one of our customers and it worked for the most p...
- Jun 19, 2013Misty,
mikeshimkus_111
Feb 22, 2013Historic F5 Account
Let's test by changing "static::OWA_FORM_BASE_SSO_CFG_NAME" to "static::OWA_FORM_BASE_SSO_CFG_NAME_TEST" in *only* the wud_owa_test.app iRule:
when RULE_INIT {
set static::OWA_FORM_BASE_SSO_CFG_NAME_TEST "/vpn/wud_owa_test.app/exchange_forms_sso"
}
when ACCESS_ACL_ALLOWED {
set req_uri [HTTP::uri]
if { $req_uri contains "/owa/&reason=0" } {
WEBSSO::select $static::OWA_FORM_BASE_SSO_CFG_NAME_TEST
}
unset req_uri
}
You will need to disable strictness from the properties page of the wud_owa_test.app iApp first, then edit the iRule.
Every time you do a new test, you should delete any existing APM sessions for the test client first by clicking on Access Policy>Manage Sessions.
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