ASA WebVPN OWA SSO Login Configration Example
From DocWiki
Introduction
Here you can find the configuration of SSO Login into your OWA account when OWA is configured to use form based authentication.
Reference: https://supportforums.cisco.com/message/3296206#3296206
Configuration
All configurations are done via ASDM!
Exchange 2003:
Configuration -> Remote Access VPN -> Clientless SSL VPN Access -> Portal -> Bookmarks -> Add/Edit your Bookmarks
URL: https :// <yourhost>/exchweb/bin/auth/owaauth.dll Advanced Options: Post destination : https://<yourhost>/exchange/ flags : 0 username : <yourdomain>\CSCO_WEBVPN_USERNAME password : CSCO_WEBVPN_PASSWORD SubmitCreds : Login trusted : 0
Exchange 2007:
... same as Exchange 2010 ...
Exchange 2010:
Configuration -> Remote Access VPN -> Clientless SSL VPN Access -> Portal -> Bookmarks -> Add/Edit your Bookmarks
URL: https :// <yourhost>/owa/auth/owaauth.dll Advanced Options: Post destination : https://<yourhost>/owa/ flags : 0 forcedownlevel : 0 trusted : 0 username : <yourdomain>\CSCO_WEBVPN_USERNAME password : CSCO_WEBVPN_PASSWORD SubmitCreds : Login isUtf8 : 1
For Exchange 2010, in addition a "before-post-script" is required with the following content:
cscoSetCookie("PBack","0","/","<yourhost>",-1,0)
(note: replace <yourhost> with the FQDN of your server)