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,
Misty_Spillers
Feb 22, 2013Nimbostratus
Here is the one from the orginal:
when RULE_INIT {
set static::OWA_FORM_BASE_SSO_CFG_NAME "/vpn/wud_owa.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
}
unset req_uri
}
This is the Duplicate one (remember I can't delete this without the original one failing)
when RULE_INIT {
set static::OWA_FORM_BASE_SSO_CFG_NAME "/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
}
unset req_uri
}
Thanks in advance,
Misty
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