Providing Credential without login screen

T

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.
 
G

Guest

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
 
G

Guest

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.automatic-ntlm-auth.trusted-uris
 
T

TJO

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

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

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,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top