Forms authentication with Windows authentication

D

Dadi

Hi,

I have an ASP.NET web site that uses IIS Basic Authentication and accesses
an OLAP Server at various stages. The OLAP Server authentication mechanism
relies on Windows accounts and therefore when a new user needs access to the
system we must create a new Windows user account for him.

This is a 3-year old application and at the time it was decided to let the
OLAP Server handle the filtering of information returned to the client based
on his supplied Windows user account (I wasn´t there at the time). Now I´m
trying to figure out how we can allow users from other sites enter ours
without explicitly logging in. That is, I need to make it possible for our
clients to come from a web site A, where they have been authenticated, and
enter ours by sending us the user´s credentials for authentication,
effectively making the dialog box redundant.

This puts the burden on our site to have an API of sorts (most likely just
another .aspx page) that can receive a username and password and use that to
authenticate the incoming user. What I need here is to take the credentials,
authenticate them somehow (most likely with the LogonUser API) and then do
something with the result so that after this, all calls from the user will
have the resulting Windows user credentials associated with it.

Does this call for impersonation or do I need to replace the Principal for
the entire context for this user somehow?

Any suggestions or comments truly appreciated.

Regards,
Dadi.
 
J

Joe Camp

Any response about this? I have a similar situation and was wonder how to
best resolve it.

Thanks,
Joe
 
S

Scott Scott

have you thought about protecting the content by originating IP address
(from the partner).

then you can assign them a cookie, or perhaps log them in via basic
authentication with a random username and password.

or you can always protect the rest of your content by referrer.

you can contact me offline if you want further clarification.


(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top