Re: Pass credentials from one web site to another for seamless login
From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 06/25/04
- Next message: Plamen Doykov: "Re: Sessions expire too soon"
- Previous message: Shannon Atkinson: "System.Web.HttpException Error."
- In reply to: TS: "Pass credentials from one web site to another for seamless login"
- Next in thread: [MSFT]: "RE: Pass credentials from one web site to another for seamless login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 24 Jun 2004 23:49:33 -0500
What sort of authentication mechanism does the other site provide? Does it
have a login screen or does it pop up a dialog in the brower?
If it has a login screen, then in order to create an authenticated session
with them, you are going to have to write some code (probably with
HttpWebRequest) to do a form post to their login page. If they use a
dialog, then you can probably authenticate with them using the appropriate
header values (depending on how they authenticate).
Joe K.
"TS" <manofsteele@311.com> wrote in message
news:eXjHfEgWEHA.712@TK2MSFTNGP11.phx.gbl...
> I have a partner company that has a web site that I need to gain access
> through the web site in my company. I need to be able to log into my site
> and then have somekind of way to then access this other site that also
> requires a login in a way that allows me to pass a set of credentials to
> this other site which uses those credentials to log me in so that I don't
> have to log in again. The credentials that I want to pass would be a
> predetermined set of credentials based on the credentials used to login to
> my site; one for read only or one for admin priveledges.
>
> I am using windows authentication on my web site, and the other site is
> using session authentication using Java and Cold Fusion. The sites are on
> different networks at 2 separate companies.
>
> I figure what I can do is pass credentials to one of their web pages that
> creates a session for the browser, and authorizes this session as READ
ONLY
> or Admin and then will redirect to the appropriate place on their site.
>
> Does this sound good or do I need to do something else?
>
> If I use this approach, what are my options to pass these credentials?
>
> thanks!
>
>
- Next message: Plamen Doykov: "Re: Sessions expire too soon"
- Previous message: Shannon Atkinson: "System.Web.HttpException Error."
- In reply to: TS: "Pass credentials from one web site to another for seamless login"
- Next in thread: [MSFT]: "RE: Pass credentials from one web site to another for seamless login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|