472,111 Members | 2,019 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,111 software developers and data experts.

Passport authentication wouldn't work ......

Hi,
I am facing some problems while implementing passport authentication.
I have followed the following steps ...

1. Installed Passport SDK
2. Got the Key and installed
3. Set SiteID using admin tool

After all these, the Login page wouldn't come up on login.aspx page

In the EventLog, i get the following messages:
"Passport Manager configuration ok."
"Passport Manager process started successfully."

Code snippet:
Dim Passport As PassportIdentity
Passport = Page.User.Identity
If (Passport.GetFromNetworkServer) Then
Response.Redirect("http://localhost")
End If

But GetFromNetworkServer is always false.

Any thoughts on this ?
Nov 16 '05 #1
1 1917
Wrong NG.
Please post to the microsoft.public.fdtnservices.passport.sdk.

Willy.
"Ameris" <je******@yahoo.com> wrote in message
news:21**************************@posting.google.c om...
Hi,
I am facing some problems while implementing passport authentication.
I have followed the following steps ...

1. Installed Passport SDK
2. Got the Key and installed
3. Set SiteID using admin tool

After all these, the Login page wouldn't come up on login.aspx page

In the EventLog, i get the following messages:
"Passport Manager configuration ok."
"Passport Manager process started successfully."

Code snippet:
Dim Passport As PassportIdentity
Passport = Page.User.Identity
If (Passport.GetFromNetworkServer) Then
Response.Redirect("http://localhost")
End If

But GetFromNetworkServer is always false.

Any thoughts on this ?

Nov 16 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by Munna | last post: by
24 posts views Thread by asj | last post: by
reply views Thread by John Bravo | last post: by
1 post views Thread by Sudhir Pai | last post: by
reply views Thread by Kathy | last post: by
5 posts views Thread by Exception | last post: by
16 posts views Thread by Mr Newbie | last post: by
1 post views Thread by Lukasz Glaz | last post: by

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.