473,769 Members | 7,923 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Providing Credential without login screen

TJO
Can someone advise about feasibility of passing user credentials to an
asp.net 2.0 application using query string or other techniques? I
want to avoid the login screen.

Thank you.

May 4 '07 #1
4 1562
It all depends on what kind of application, where it is hosted (e.g. an
internal company intranet or on the public internet, for example) and how
secure you need your application to be.
Certainly if you used forms authentication with cookie persistence, there is
no reason for the returning user to have to "login" after the first time if
the persisitence expiration is set long enough.

On an intranet, Windows Authentication should be completely transparent as
the browser sends the logged on user's credentials automatically.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"TJO" wrote:
Can someone advise about feasibility of passing user credentials to an
asp.net 2.0 application using query string or other techniques? I
want to avoid the login screen.

Thank you.

May 4 '07 #2
On May 4, 7:57 pm, Peter Bromberg [C# MVP]
<pbromb...@yaho o.yabbadabbadoo .comwrote:
On an intranet, Windows Authentication should be completely transparent as
the browser sends the logged on user's credentials automatically.
Actually, it depends on settings:

IE - Int.Options - Security...
FireFox - about:config network.automat ic-ntlm-auth.trusted-uris

May 4 '07 #3
TJO
On May 4, 10:57 am, Peter Bromberg [C# MVP]
<pbromb...@yaho o.yabbadabbadoo .comwrote:
It all depends on what kind of application, where it is hosted (e.g. an
internal company intranet or on the public internet, for example) and how
secure you need your application to be.
Certainly if you used forms authentication with cookie persistence, there is
no reason for the returning user to have to "login" after the first time if
the persisitence expiration is set long enough.

On an intranet, Windows Authentication should be completely transparent as
the browser sends the logged on user's credentials automatically.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net

"TJO" wrote:
Can someone advise about feasibility of passing user credentials to an
asp.net 2.0 application using query string or other techniques? I
want to avoid the login screen.
Thank you.
In this situation, both sites are public web applications. One on my
clients domain and one on mine.

May 5 '07 #4
On May 5, 4:03 pm, TJO <TimothyOd...@g mail.comwrote:
On May 4, 10:57 am, Peter Bromberg [C# MVP]

<pbromb...@yaho o.yabbadabbadoo .comwrote:
It all depends on what kind of application, where it is hosted (e.g. an
internal company intranet or on the public internet, for example) and how
secure you need your application to be.
Certainly if you used forms authentication with cookie persistence, there is
no reason for the returning user to have to "login" after the first time if
the persisitence expiration is set long enough.
On an intranet, Windows Authentication should be completely transparent as
the browser sends the logged on user's credentials automatically.
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net
"TJO" wrote:
Can someone advise about feasibility of passing user credentials to an
asp.net 2.0 application using query string or other techniques? I
want to avoid the login screen.
Thank you.

In this situation, both sites are public web applications. One on my
clients domain and one on mine.- Hide quoted text -

- Show quoted text -
Does it means you would have a two login pages against two databases?

Anyway, I think the technique (it's called Single Sign-On) could be
similar to the following example:

http://blah.winsmarts.com/2006/05/19...rship-api.aspx

Hope it helps

May 5 '07 #5

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

Similar topics

3
4743
by: Martin | last post by:
Dear fellow ASP.NET programmer, I stared using forms authentication and temporarily used a <credentials> tag in web.config. After I got it working I realized this wasn't really practical. I cannot write to web.config so I cannot dynamically update the credentials while the site is up. Since the FormsAuthentication.Authenticate() method's documentations claims the following: "Attempts to validate the credentials against those contained...
2
6812
by: TK | last post by:
I have a trouble to get web resopnse from an aspx page which is secured by Forms Authentication with custom user account database. My client application is a console application but not a browser. I want to download a file from my webapplication. I've learned that the NetworkCredential class gives a way to go but no luck. My code is as following...just dump out the web response for debugging. // C# public void Download(string username,...
3
2027
by: kermit | last post by:
Hi, I am hoping this is a foolish or simple question. I am creating a multiuser app. consisit of a login page and a dataentry page. If the user leaves the data entry page (other than exiting the browser). I want them to 'have' to go back through the login screen and re-login. My problem is the browser's (IE 6) Back and Forward buttons. If the user clicks the Back button from the data entry screen they go to the login in screen and if...
5
6437
by: aure_bobo | last post by:
Hi all, I'm currently developing a system with several webapps in ASP.NET/C#. One of my website is used to login user : I will call this website Webapp1. Depending on the user attributes, I will send the user to an another website (let's Webapp2 in my example), where I would like to login automatically the user with the credentials entered in WebApp1.
3
2451
by: bala | last post by:
Hi Gurus The scenario A MS Access frontend application with Oracle Backend (Linked Tables). The Database UserID and password is not stored and each user has a unique UserID and password. There is no common database UserID and password. Each time the user logs in, the DSN UserID and Password screen is displayed. It has three input box and they are
10
22378
by: =?Utf-8?B?UmljaGFyZCBCeXNvdXRo?= | last post by:
Hi In my app I have a SplashScreen, a login form and a main form. On launching the app, I'd like to show the SplashScreen while reading config files and attempting a database connection. I show progress of these tasks on a label on the SplashScreen form. Once this is completed ok, the splash screen should close and the login form should be displayed. A successful login closes that form and shows the main form.
3
5557
by: burrashiva | last post by:
:( ::) Hello there, I recently started Web Designing with PHP, Javascript and AJAX. I am facing a problem which I will try to explain: If I am successful in conveying the problem to you clearly, could you pl. suggest me some solution? Thank you, Here is the problem details:
4
5222
by: Gaz | last post by:
I am having a bit of a problem getting my application to work properly. RIght here is my problem... WHen my C# windows app loads up the start form, i create a new thread and show the splash on the new thread and put the main thread to sleep until the splash screen has done the business, then i kill the new thread and start another to show the login and again put the main one to sleep. Problem i have is that my splash screen will show...
0
1471
by: madankarmukta | last post by:
Hi, Can anyone tell me how the Credential Provider architecture works ..? In Winodws NT all versions we use GINA for login process.. How does Credential Provider Paly the same role in Vista/Windows server 2008..? Could I get any help with respect to this.I basically want to create my own credential provider , Hence keen to know all about this. Thanks!
0
9589
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10216
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10049
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9997
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8873
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.