Redirecting a request while also submitting Windows-Token

M

Manfred Bauer

Dear all,

I have written an ASP.NET application using NT-Authentfication against an
Active Directory domain. Users that are logged on have access to an Outlook
Web Access site, also using NT-Authentfication (and running on the same
machine). Because OWA is implemented as website (not virtual folder) in IIS,
my users get the logon-dialog-box twice: first, when they log on to my
website, and afterwards when they want to use Outlook Web Access.

My question is:

Is there a way to redirect authenticated users to the OWA-website, while the
ASP.NET code also transphers the Windows-Token to the OWA-site?

Many thanks for any help,
Manfred Bauer
 
S

Scott Allen

Hi Manfred:

Are your users coming into the 2 sites from across the Internet or are
they on a machine inside the same domain as the servers?
 
M

Manfred Bauer

Hi Scott,
Are your users coming into the 2 sites from across the Internet or are
they on a machine inside the same domain as the servers?

the users come from across the internet, so by default they don't submit
their Windows-Logon informations.

I want use form auth, while checking the user info against AD
programatically (by using Namespace "System.DirectoryServices"). After (a
successful) "Authenticate" you have access to the
"Request.UserLogonIdentity.Token" property. Is there a way to make a
"Server.Transpher" and while also submitting this Token, just like the IE
does, when it's configured to send user's details automatically?

Many thanks,
Manfred
 

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,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top