473,416 Members | 1,859 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

Passing credentials to windows integrated authentication

Hi folks,
How can i pass credentials to windows integrated authentication.
I want to use my credentials from windows authentication and pass it on to
different asp.net and asp pages without having to login again.
Any help?
Nov 18 '05 #1
3 6082
You cant pass credentials to windows integrated authentication, it will be
automatically picked up by OS from logged on user credentials. Only you can
get the username using user.identity.name.

-Saravana
www.ExtremeExperts.com
"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:4D**********************************@microsof t.com...
Hi folks,
How can i pass credentials to windows integrated authentication.
I want to use my credentials from windows authentication and pass it on to
different asp.net and asp pages without having to login again.
Any help?

Nov 18 '05 #2
Thx Saravana,
Yeah i now that.
But can i pass it to a QueryString for example to retrieve Data from the
Database.?
Can i use windows integrated authentication with ASP 3.0 not Asp.net ?
For example when i call an asp 3.0 page i wouldn't need to relogin?
Thanks
"Saravana" wrote:
You cant pass credentials to windows integrated authentication, it will be
automatically picked up by OS from logged on user credentials. Only you can
get the username using user.identity.name.

-Saravana
www.ExtremeExperts.com
"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:4D**********************************@microsof t.com...
Hi folks,
How can i pass credentials to windows integrated authentication.
I want to use my credentials from windows authentication and pass it on to
different asp.net and asp pages without having to login again.
Any help?


Nov 18 '05 #3
I am not sure I understand the question. If you are trying to avoid logging
in, you can potentially use Anonymous access and enable impersonation withi
identity with with to run as. Then, you can use SSPI in your connection
string to the database and it will use the impersonated user account.
http://msdn.microsoft.com/library/de...ersonation.asp
If you do want to use authentication, you can use ASP.NET Authentication
from of "Windows".
http://msdn.microsoft.com/library/de...entication.asp

I thnk..
--
Girish Bharadwaj
http://msmvps.com/gbvb
"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:B2**********************************@microsof t.com...
Thx Saravana,
Yeah i now that.
But can i pass it to a QueryString for example to retrieve Data from the
Database.?
Can i use windows integrated authentication with ASP 3.0 not Asp.net ?
For example when i call an asp 3.0 page i wouldn't need to relogin?
Thanks
"Saravana" wrote:
You cant pass credentials to windows integrated authentication, it will
be
automatically picked up by OS from logged on user credentials. Only you
can
get the username using user.identity.name.

-Saravana
www.ExtremeExperts.com
"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:4D**********************************@microsof t.com...
> Hi folks,
> How can i pass credentials to windows integrated authentication.
> I want to use my credentials from windows authentication and pass it on
> to
> different asp.net and asp pages without having to login again.
> Any help?


Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Grind Boy | last post by:
Hi, I'm writing this off the top of my head as I don't have the exact information to hand. We are attempting to set up a secure internet site using ASP.NET on IIS5. We are having some...
7
by: Wade Wegner | last post by:
Hello, I have been desperately trying to programmatically authenticate a windows user, create their credentials, and then redirect them to a different server while passing the credentials at the...
2
by: Matt F | last post by:
Hi all I was hoping some one could clear up an ASP.Net security question I have. I am writing an ASP.NET application that connects to SQL Server. The security setup (connection string and...
1
by: jadher | last post by:
I try to access an asp page in a machine that has windows integrated authentication turned on. I use System.Net.Networkcredentials as well as System.Net.Webrequest and Webresponse. I receive...
5
by: cdlipfert | last post by:
Our intranet is running under windows integrated security. We have domain users that want to access our intranet site via ssl vpn. SSL VPN can not authenticate against services that run under...
3
by: GRB | last post by:
My webiste has integrated windows authentication. I need to pass a clients credentials (username, password) to my site without the login pop up. I send the client to an anonymous page, get an...
2
by: mbrand | last post by:
When trying to connect to my web service from a client application, the System.Net.CredentialCache.DefaultCredentials doesn't authenticate properly. I can see in the event viewer on the server...
0
by: kkos | last post by:
I noticed the following issue posted as a double-hop issue in many discussion boards but found no answers that explain how to pass the second hop with windows auth from IIS ASPX page to remote SQL...
0
by: Jesper Lund Stocholm | last post by:
I have created a WCF-service running on IIS. The virtual directory has anonymous access disabled and requires integrated windows authentication. The proxy to the service is auto-generated using...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.