Re: Passing user credentials to another server...?
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 11/23/05
- Previous message: Wizard!: "Passing user credentials to another server...?"
- In reply to: Wizard!: "Passing user credentials to another server...?"
- Next in thread: Ken Schaefer: "Re: Passing user credentials to another server...?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 23 Nov 2005 11:19:11 -0800
Hello Wizard!,
you can't do that with windows authentication - if you would use forms auth
on both server - this would be possible.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Ehlo :)
>
> I am having this problem:
> Server A runs IIS and .NET framework
> Server B runs Microsoft Media Server
> users authenticate themselves to server A using web forms.
> SOME of them, have payed access to server B, so I need to redirect
> them
> there and view some streaming content.
> On server B there is a user (StreamUser) that can access the streaming
> content, but not the IUSR.
> So, I need to pass user/pass of StreamUser, to server B, and view the
> content, WITHOUT displaying the authentication window to user. The
> reason I want to avoid that is, that if he/she knows password for
> StreamUser, it could pass it away to other people that have not payed
> for this content.
>
> I am also able to know his real IP, since we are his/hers dialup/adsl
> provider.
>
> Any ideas?
>
> I tried using impersonation, I did logged on to server A, however,
> even if I had same user with same pass to server B, it still popups
> the authenticate window....
>
- Previous message: Wizard!: "Passing user credentials to another server...?"
- In reply to: Wizard!: "Passing user credentials to another server...?"
- Next in thread: Ken Schaefer: "Re: Passing user credentials to another server...?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|