Gateway SSO Portlet to Outlook Web Access

Updated: March 20, 2008
Does the Gateway SSO portlet support Outlook Web Access?
The Gateway SSO Portlet is known to successfully authenticate users to Outlook Web Access.

The following is an example configuration:

<gateway peephole="gateway_main">
    <title>Outlook Web Access</title>
    <sso-entry handle="outlookwebaccess" class="noImage">
        <label>Outlook Web Access</label>
        <description>Sign onto Outlook Web Access</description>
        <target handle="log">
            <url>https://deploy1.unicon.net:444/exchweb/bin/auth/owaauth.dll</url>
            <method>POST</method>
            <parameter name="username"><value>uniconsystest\{user.login.id}</value></parameter>
            <parameter name="password"><value>{password}</value></parameter>
            <parameter name="destination"><value>https://deploy1.unicon.net:444/exchange/</value></parameter>
            <parameter name="flags"><value>0</value></parameter>
        </target>
        <sequence type="login">
            <target handle="log" />
        </sequence>
        <sequence type="relog">
            <target handle="log" />
        </sequence>
        <window type="iframe">
            <title>Outlook Web Access</title>
            <name>OutlookWebAccess</name>
            <style>width: 100%; height: 600px; border: 0px;</style>
        </window>

    </sso-entry>
    <jndi-ref>java:comp/env/jdbc/PortalDb</jndi-ref>
</gateway>

(This configuration template is presented in context at this wiki page).