This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reverse Auth - Custom Form Template

I have a task to create custom form template (in a lab environment first), for Exchange OWA login.

Does anyone knows where is default storage location for custom uploaded files and predefined ones (default_template.html and default_stylesheet.css)?



This thread was automatically locked due to age.
Parents
  • Finally completed this task...[;)]

    Here are the steps that I have done on Exchange side in order to correctly integrate it with UTM reverse form authentication:


    • Added adittional IP address to the NIC.
    • Created New Web Site "OWA UTM" in IIS binded to this new IP.
    • New-OwaVirtualDirectory -Name "OwaUTM" -Websitename "OWA UTM".
    • New-EcpVirtualDirectory -Server EX2010 -Websitename "OWA UTM".
    • Set Basic Authentication on new OWA and ECP virtual through EMC.
    • Set Basic authentication IIS default Domain/Realm.
    • Created IIS redirection from root to /Owa virtual dir on the new web site.
    • Checked Require SSL.
Reply
  • Finally completed this task...[;)]

    Here are the steps that I have done on Exchange side in order to correctly integrate it with UTM reverse form authentication:


    • Added adittional IP address to the NIC.
    • Created New Web Site "OWA UTM" in IIS binded to this new IP.
    • New-OwaVirtualDirectory -Name "OwaUTM" -Websitename "OWA UTM".
    • New-EcpVirtualDirectory -Server EX2010 -Websitename "OWA UTM".
    • Set Basic Authentication on new OWA and ECP virtual through EMC.
    • Set Basic authentication IIS default Domain/Realm.
    • Created IIS redirection from root to /Owa virtual dir on the new web site.
    • Checked Require SSL.
Children
No Data