forms authentication for OWA

From: Perecli Manole (Perecli_at_dslextreme.com)
Date: 10/21/03

  • Next message: MSFT: "Re: Choosing Integrated vs. Forms authentication dynamically"
    Date: Tue, 21 Oct 2003 04:20:09 -0700
    
    

    I am trying to use the credentials from the forms authentication login to
    automaticaly log in to Outlook Web. I get the user from User.Identity.Name
    and I get the password from the database because the Identity object does
    not store this.
    Then I pass the username and password like so:
    http://UserName:Password@mailserver/exchange
    I have seen this example in other posts but this does not work for me. I
    still get the Outlook Windows Login prompt.

    Perry


  • Next message: MSFT: "Re: Choosing Integrated vs. Forms authentication dynamically"