Search:     Advanced search
Browse by category:
Glossary | Ask question



What are the steps to configure SSO POST for OWA 2007 and OWA 2010?
Add comment
Views: 312
Votes: 0
Comments: 0
Global shell
-virtual site session reuse off<virtual site id>

    (session reuse must be off when you need to use SSO POST)

Virtual site shell
-ssoon
-ssopost <hostname> <login url> <username field> <password field>[post host] [post url] [other post fields][bookmark]  (every parameter usage method refers to app_guide)

    (the pair of <hostname> and <login url> should be unique per virtual site; when backend server’s port is not 80, please configure <hostname> like 10.1.1.1:8080)

<hostname> must match the portal link FQDN or hostname ( portal link below: mail.ansupport.net)

<login_url> must match the portal link URL (portal link below: /owa).

NOTE: SSO POST does not support NTLM.

 

Example:
virtual site host "site2" "10.7.15.26" 10.7.15.26 443 "exclusive"
virtual site session reuse off "site2"
portal link "http://mail.ansupport.net/owa" "Webmail" 1
sso on
sso post "mail.ansupport.net" "/owa" "username" "password" "" "/owa/auth/owaauth.dll" "destination=http://mail.ansupport.net/owa&isUtf8=1" "disable"

For https host:
virtual site host "site2" "10.7.15.26" 10.7.15.26 443 "exclusive"
virtual site session reuse off "site2"
portal link "https://mail.ansupport.net/owa" "Webmail" 1
sso on
sso post "mail.ansupport.net" "/owa" "username" "password" "" "/owa/auth/owaauth.dll" "destination=https://mail.ansupport.net/owa&isUtf8=1" "disable"


Other questions in this category
How does SSO post work and apply to OWA 2007?