Plain Old NTLM Authentication to a Sharepoint Serv (General questions)

by Marc A. @, (6931 days ago)

Hi,

I'm trying to find some examples of redirecting a user from one site to a sharepoint site somewhere completely different, but passing credentials so they don't have to login again. I've tried the following code (yes, I know I haven't gotten too far) and I'm getting a 401.2 error message.

[code]
<
dim Http1
set Http1 = Server.CreateObject( WeOnlyDo.wodHttpDLXCom.1 )
with Http1

.Blocking = 1
.AutoRedirect = 1
.MyHostname=
.Authentication = AuthNTLM
.Login = mysiteadministrator
.Password = password
.URL = http://sharepoint.mysite.com
.Get
End With
>
[/code]

Any help would be appreciated, thanks in advance.

locked

Re: Plain Old NTLM Authentication to a Sharepoint

by Jasmine, (6930 days ago) @ Marc A.

Marc,

we didn't personally tried this before. Would it be possible for us to have 'real life' experience? Can we connect to your site using valid credentials and see how IE works - and then just mimic its behavior?

Kreso

locked

Re: Plain Old NTLM Authentication to a Sharepoint

by Marc A., (6930 days ago) @ Jasmine

I am not allowed to share any of the accounts on this machine, I know this makes things nearly impossible. Sorry.

locked

Re: Plain Old NTLM Authentication to a Sharepoint

by Jasmine, (6930 days ago) @ Marc A.

Marc,

ok, can we somehow duplicate the environment then? I'd really try to help if possible.

Kreso

locked