Gary A. Bushey [MVP]
Guest
|
Posted:
Thu Jan 13, 2005 5:35 pm Post subject:
Re: Automatic Log User to Sharepoint portal server |
|
|
Form authentication is not supported in SPS 2003 so your scenario would not
work. If you could rewrite your app so that is used the domain accounts
(assuming you are using domain accounts) it should work.
--
Gary A. Bushey
SPS MVP
bushey@mindspring.com
"Isabelle" <i_fortier@hotmail.com> wrote in message
news:2002b4ac.0501121724.7f910b4e@posting.google.com...
| Quote: | Hi,
Sorry for my english, I usually speak french...
I have a web application written in vb.net that use a web form to
authenticate user. The users that use my site are member of my active
directory.
I have a link (HREF) that redirect my user to my sharepoint portal
server : I would like to automaticly set the user-password (because I
already have theses informations). The web navigator always pop a
window that ask for the user-password.
Is it possible to bypass this step and set it by programmation in my
web page ?
I have try the syntax http://user:password@mysite but this is not
supported anymore with Internet Explorer...
Thank You ! |
|
|