Re: Pass credentials from one web site to another for seamless login

From: TS (manofsteele_at_311.com)
Date: 06/28/04

  • Next message: Greg Chang: "Batch Trust an Assembly??"
    Date: Mon, 28 Jun 2004 14:42:26 -0500
    
    

    I can't do the webservice because the other site won't be able to do that. I
    can of course do the query string thing, but I don't want the credentials to
    be messed with.

    It seems like the easiest thing would be to use the httpwebrequest as joe
    pointed out, otherwise I would have to encrypt the data in q string and the
    other site would have to decrypt it, et. I'm looking to have the other site
    have to do as little as possible.

    "[MSFT]" <lukezhan@online.microsoft.com> wrote in message
    news:4hqDVjOXEHA.3788@cpmsftngxa10.phx.gbl...
    > Hello,
    >
    > I think David's suggestion should be a good idea. Is it possible in your
    > solution?
    >
    > Luke
    >


  • Next message: Greg Chang: "Batch Trust an Assembly??"