I have a problem with basic authentication.
I redirect a user from a page to another.
I don't want to get the NT prompt login, I want the user to be logged in
automatically.
I want to send the username/password to the page.

I have read something about cookies and sending username/password through
the header.

With the new Windows Update 832894 it is no longer possible to use
http(s)://username:password@server/resource.ext

Is there any other way to redirect to another page and pass the username and
password

/Magnus

Re: Basic Authentication no prompt login box by Ray

Ray
Thu Feb 05 07:46:00 CST 2004

If you had the ability to redirect the user to name:password@yoursite.com,
that would mean that you already know the username and password, wouldn't
it?

The username will be automatically passed if your site is in the browser's
intranet zone, security settings in the browser are set to send the logon
credentials to that zone (default in IE), and you are using integrated
authentication.

Ray at work

"Magnus Jardeby" <magnus@ciceronen.com> wrote in message
news:OxbnSQ96DHA.2056@TK2MSFTNGP10.phx.gbl...
> I have a problem with basic authentication.
> I redirect a user from a page to another.
> I don't want to get the NT prompt login, I want the user to be logged in
> automatically.
> I want to send the username/password to the page.
>
> I have read something about cookies and sending username/password through
> the header.
>
> With the new Windows Update 832894 it is no longer possible to use
> http(s)://username:password@server/resource.ext
>
> Is there any other way to redirect to another page and pass the username
and
> password
>
> /Magnus
>
>



Re: Basic Authentication no prompt login box by Magnus

Magnus
Thu Feb 05 08:06:44 CST 2004

Hi!
Yes I know the username and the password!
I want to redirect the user with his/her username and password to an
internet site that is using basic authentication.
The user is supposed to click on a link and not notice that he/she is sent
to an external site.
If I redirect to this page without username and password the logon prompt
appears.
With the new Windows Update it is no longer possible to send
username/password in the URL.
Any new thoughts?

/Magnus

"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:upCNl5%236DHA.1504@TK2MSFTNGP12.phx.gbl...
> If you had the ability to redirect the user to name:password@yoursite.com,
> that would mean that you already know the username and password, wouldn't
> it?
>
> The username will be automatically passed if your site is in the browser's
> intranet zone, security settings in the browser are set to send the logon
> credentials to that zone (default in IE), and you are using integrated
> authentication.
>
> Ray at work
>
> "Magnus Jardeby" <magnus@ciceronen.com> wrote in message
> news:OxbnSQ96DHA.2056@TK2MSFTNGP10.phx.gbl...
> > I have a problem with basic authentication.
> > I redirect a user from a page to another.
> > I don't want to get the NT prompt login, I want the user to be logged in
> > automatically.
> > I want to send the username/password to the page.
> >
> > I have read something about cookies and sending username/password
through
> > the header.
> >
> > With the new Windows Update 832894 it is no longer possible to use
> > http(s)://username:password@server/resource.ext
> >
> > Is there any other way to redirect to another page and pass the username
> and
> > password
> >
> > /Magnus
> >
> >
>
>



Re: Basic Authentication no prompt login box by Ray

Ray
Thu Feb 05 08:27:53 CST 2004

I see. I'd say that you'd have to tell the user what is going on then.

Ray at work

"Magnus Jardeby" <magnus@ciceronen.com> wrote in message
news:OCSSIH$6DHA.2560@TK2MSFTNGP09.phx.gbl...
> Hi!
> Yes I know the username and the password!
> I want to redirect the user with his/her username and password to an
> internet site that is using basic authentication.
> The user is supposed to click on a link and not notice that he/she is sent
> to an external site.
> If I redirect to this page without username and password the logon prompt
> appears.
> With the new Windows Update it is no longer possible to send
> username/password in the URL.
> Any new thoughts?
>
> /Magnus
>
> "Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
> message news:upCNl5%236DHA.1504@TK2MSFTNGP12.phx.gbl...
> > If you had the ability to redirect the user to
name:password@yoursite.com,
> > that would mean that you already know the username and password,
wouldn't
> > it?
> >
> > The username will be automatically passed if your site is in the
browser's
> > intranet zone, security settings in the browser are set to send the
logon
> > credentials to that zone (default in IE), and you are using integrated
> > authentication.
> >
> > Ray at work
> >
> > "Magnus Jardeby" <magnus@ciceronen.com> wrote in message
> > news:OxbnSQ96DHA.2056@TK2MSFTNGP10.phx.gbl...
> > > I have a problem with basic authentication.
> > > I redirect a user from a page to another.
> > > I don't want to get the NT prompt login, I want the user to be logged
in
> > > automatically.
> > > I want to send the username/password to the page.
> > >
> > > I have read something about cookies and sending username/password
> through
> > > the header.
> > >
> > > With the new Windows Update 832894 it is no longer possible to use
> > > http(s)://username:password@server/resource.ext
> > >
> > > Is there any other way to redirect to another page and pass the
username
> > and
> > > password
> > >
> > > /Magnus
> > >
> > >
> >
> >
>
>



Re: Basic Authentication no prompt login box by Magnus

Magnus
Thu Feb 05 08:33:54 CST 2004

Ok. I can tell the users what is going on but I don't think they want to
login again since they are already logged into the system.
Thanks for your answers anyway!

/Magnus

"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:OFZD$Q$6DHA.4060@tk2msftngp13.phx.gbl...
> I see. I'd say that you'd have to tell the user what is going on then.
>
> Ray at work
>
> "Magnus Jardeby" <magnus@ciceronen.com> wrote in message
> news:OCSSIH$6DHA.2560@TK2MSFTNGP09.phx.gbl...
> > Hi!
> > Yes I know the username and the password!
> > I want to redirect the user with his/her username and password to an
> > internet site that is using basic authentication.
> > The user is supposed to click on a link and not notice that he/she is
sent
> > to an external site.
> > If I redirect to this page without username and password the logon
prompt
> > appears.
> > With the new Windows Update it is no longer possible to send
> > username/password in the URL.
> > Any new thoughts?
> >
> > /Magnus
> >
> > "Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
> > message news:upCNl5%236DHA.1504@TK2MSFTNGP12.phx.gbl...
> > > If you had the ability to redirect the user to
> name:password@yoursite.com,
> > > that would mean that you already know the username and password,
> wouldn't
> > > it?
> > >
> > > The username will be automatically passed if your site is in the
> browser's
> > > intranet zone, security settings in the browser are set to send the
> logon
> > > credentials to that zone (default in IE), and you are using integrated
> > > authentication.
> > >
> > > Ray at work
> > >
> > > "Magnus Jardeby" <magnus@ciceronen.com> wrote in message
> > > news:OxbnSQ96DHA.2056@TK2MSFTNGP10.phx.gbl...
> > > > I have a problem with basic authentication.
> > > > I redirect a user from a page to another.
> > > > I don't want to get the NT prompt login, I want the user to be
logged
> in
> > > > automatically.
> > > > I want to send the username/password to the page.
> > > >
> > > > I have read something about cookies and sending username/password
> > through
> > > > the header.
> > > >
> > > > With the new Windows Update 832894 it is no longer possible to use
> > > > http(s)://username:password@server/resource.ext
> > > >
> > > > Is there any other way to redirect to another page and pass the
> username
> > > and
> > > > password
> > > >
> > > > /Magnus
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: Basic Authentication no prompt login box by Ray

Ray
Thu Feb 05 09:00:12 CST 2004

.NET Passport! :]

Ray at work

"Magnus Jardeby" <magnus@ciceronen.com> wrote in message
news:%23xBGRW$6DHA.1592@TK2MSFTNGP10.phx.gbl...
> Ok. I can tell the users what is going on but I don't think they want to
> login again since they are already logged into the system.
> Thanks for your answers anyway!
>
> /Magnus
>
> "Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
> message news:OFZD$Q$6DHA.4060@tk2msftngp13.phx.gbl...
> > I see. I'd say that you'd have to tell the user what is going on then.
> >
> > Ray at work
> >
> > "Magnus Jardeby" <magnus@ciceronen.com> wrote in message
> > news:OCSSIH$6DHA.2560@TK2MSFTNGP09.phx.gbl...
> > > Hi!
> > > Yes I know the username and the password!
> > > I want to redirect the user with his/her username and password to an
> > > internet site that is using basic authentication.
> > > The user is supposed to click on a link and not notice that he/she is
> sent
> > > to an external site.
> > > If I redirect to this page without username and password the logon
> prompt
> > > appears.
> > > With the new Windows Update it is no longer possible to send
> > > username/password in the URL.
> > > Any new thoughts?
> > >
> > > /Magnus
> > >
> > > "Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
> > > message news:upCNl5%236DHA.1504@TK2MSFTNGP12.phx.gbl...
> > > > If you had the ability to redirect the user to
> > name:password@yoursite.com,
> > > > that would mean that you already know the username and password,
> > wouldn't
> > > > it?
> > > >
> > > > The username will be automatically passed if your site is in the
> > browser's
> > > > intranet zone, security settings in the browser are set to send the
> > logon
> > > > credentials to that zone (default in IE), and you are using
integrated
> > > > authentication.
> > > >
> > > > Ray at work
> > > >
> > > > "Magnus Jardeby" <magnus@ciceronen.com> wrote in message
> > > > news:OxbnSQ96DHA.2056@TK2MSFTNGP10.phx.gbl...
> > > > > I have a problem with basic authentication.
> > > > > I redirect a user from a page to another.
> > > > > I don't want to get the NT prompt login, I want the user to be
> logged
> > in
> > > > > automatically.
> > > > > I want to send the username/password to the page.
> > > > >
> > > > > I have read something about cookies and sending username/password
> > > through
> > > > > the header.
> > > > >
> > > > > With the new Windows Update 832894 it is no longer possible to use
> > > > > http(s)://username:password@server/resource.ext
> > > > >
> > > > > Is there any other way to redirect to another page and pass the
> > username
> > > > and
> > > > > password
> > > > >
> > > > > /Magnus
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: Basic Authentication no prompt login box by msellers

msellers
Fri Feb 06 13:46:07 CST 2004

I have the same problem. The user does not want to login again when jumping from one site to another. I can't change from basic authentication. I know the username and password. Is there anyway to make this happen?