| Author |
Message |
John Smith
Guest
|
Posted:
Tue Sep 13, 2005 12:57 am Post subject:
Authentication With ASP.Net |
|
|
Hey folks,
We're in the design phase of an internal C# ASP.Net web application.
One of our pages will show the user a list of all their Outlook Contacts
stored on our Exchange server.
The application uses Integrated Windows Authentication for security
preventing the user from having to log in (This means though that the
application never has access to their password).
My question is, can we use the Integrated Windows Authentication credentials
of the logged in user to then log into the Exchange server? Or, would we
have to prompt the user for a password to get their contacts list.
Thanks!
|
|
| Back to top |
|
 |
Henning Krause [MVP - Exc
Guest
|
Posted:
Tue Sep 13, 2005 12:59 am Post subject:
Re: Authentication With ASP.Net |
|
|
Hello,
if your application is runs directly on the Exchange Server, you can use
integrated authentication.
Otherwise, you will run into the infamous double hop issue. Also this can be
solved, it is not easy.. search for "Double hop issue" on google for more
information.
Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de
"John Smith" <m@ty.com> wrote in message
news:OJ%23xER9tFHA.3252@TK2MSFTNGP10.phx.gbl...
| Quote: | Hey folks,
We're in the design phase of an internal C# ASP.Net web application.
One of our pages will show the user a list of all their Outlook Contacts
stored on our Exchange server.
The application uses Integrated Windows Authentication for security
preventing the user from having to log in (This means though that the
application never has access to their password).
My question is, can we use the Integrated Windows Authentication
credentials
of the logged in user to then log into the Exchange server? Or, would we
have to prompt the user for a password to get their contacts list.
Thanks!
|
|
|
| Back to top |
|
 |
John Smith
Guest
|
Posted:
Tue Sep 13, 2005 12:59 am Post subject:
Re: Authentication With ASP.Net |
|
|
It won't be run on the Exchange box. It is a seperate web server.
Thx.
"Henning Krause [MVP - Exchange]" <newsgroups.remove@this.infinitec.de>
wrote in message news:OY5pxo9tFHA.664@tk2msftngp13.phx.gbl...
| Quote: | Hello,
if your application is runs directly on the Exchange Server, you can use
integrated authentication.
Otherwise, you will run into the infamous double hop issue. Also this can
be
solved, it is not easy.. search for "Double hop issue" on google for more
information.
Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de
"John Smith" <m@ty.com> wrote in message
news:OJ%23xER9tFHA.3252@TK2MSFTNGP10.phx.gbl...
Hey folks,
We're in the design phase of an internal C# ASP.Net web application.
One of our pages will show the user a list of all their Outlook Contacts
stored on our Exchange server.
The application uses Integrated Windows Authentication for security
preventing the user from having to log in (This means though that the
application never has access to their password).
My question is, can we use the Integrated Windows Authentication
credentials
of the logged in user to then log into the Exchange server? Or, would
we
have to prompt the user for a password to get their contacts list.
Thanks!
|
|
|
| Back to top |
|
 |
|
|
|
|