Showing posts with label installed. Show all posts
Showing posts with label installed. Show all posts

Wednesday, March 21, 2012

Passport authentication -- how can I debug it?

Is it possible to debug a web site with password authentication in PreProduc
tion mode?
Here is what I have done:
- Installed Passport SDK
- Set Password authentication in web.config
- Created PassportIdentity object in the asp.net web page
Here is what is happening:
- LogoTag returns me a url to ms web site for sign in.
- Image for the Sign In button is not shown
- When I click on hyperlink I get redirected to a return URL which I specifi
ed the Passport Manager
- I don't get a ticket
I guess it is how it is supposed to work, question though, is how can I debu
g this page with a real passport web site?
I would like to run my code in the debugger and to be redirected to a real p
assport login page, see real ticket, user profile, etc.
Is it possible to do on my local IIS or I need a public ip?
I know there is a process of compliance review, but we are not there yet, ju
st trying to make sense of all it..
Thank you,
-Stan
(I hope this is the right ng to post)Hi Stan,
Have you had a chance to check out the suggestions in my last reply or have
you got any further ideas on this issue? If you have anything unclear or if
there're anything else we can help, please feel free to post here. Thanks.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Passport authentication -- how can I debug it?

Is it possible to debug a web site with password authentication in PreProduction mode

Here is what I have done

- Installed Passport SD
- Set Password authentication in web.confi
- Created PassportIdentity object in the asp.net web pag

Here is what is happening

- LogoTag returns me a url to ms web site for sign in
- Image for the Sign In button is not show
- When I click on hyperlink I get redirected to a return URL which I specified the Passport Manage
- I don't get a ticke

I guess it is how it is supposed to work, question though, is how can I debug this page with a real passport web site

I would like to run my code in the debugger and to be redirected to a real passport login page, see real ticket, user profile, etc

Is it possible to do on my local IIS or I need a public ip

I know there is a process of compliance review, but we are not there yet, just trying to make sense of all it.

Thank you

-Sta

(I hope this is the right ng to postHi Stan,

From your description, you're wondering whether its possible to provide a
local Passport auhtentiation server which can accept the login request and
do the authentication processes, yes?

Based on my research, the passport authentication is also cookie based and
all the authenticatoin works are processed by the certain internet Passport
Login servers. It authenticate the requests and then set the certain
clientside cookie. And our works in ASP.NET web application is just
configure the certain passport authentication and then use the Passport
Authenitcation provider which can help check the passport authentciatoin
cookie(token) and set the proper Identity and Principle in the requesnt.

So it seems that all the work is done by the remote passport server rather
than ourself. Do you think so?
IN addition ,here is the certain reference on ASP.NET Passport
Authentication Porvider in MSDN:

#Passport Authentication Provider
http://msdn.microsoft.com/library/e...PassportAuthent
icationProvider.asp?frame=true

Hope also helps.Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
Hi Stan,

Have you had a chance to check out the suggestions in my last reply or have
you got any further ideas on this issue? If you have anything unclear or if
there're anything else we can help, please feel free to post here. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Passport Authentication

hi,

I got little problem with authenticating .NET passports on my site.

I installed the SDK, created new application at microsoft, made some pages on site, ....

It looks like loggin in using a passport account works but it says im still not authenticated

Passport.HasTicket << before login = false, after login = true
Passport.IsAuthenticated <<< both cases false :( :( :(

I can find the problem for this :(
Because its for a large ecommerce site, i want to use passport authenticationI dont know if your problem is related to this, but did you know that you should buy the Passport license from MS? Read this thread (http://www.vbforums.com/showthread.php?s=&threadid=244500).

Passport Authentication in ASP.NET

Hi All,

I want to implement the .Net Passport Authentication in my ASP.NET web
application.

I have installed the Microsoft Passport SDK 2.5 on my machine. I have
also registered my profile (email address and company profile) while
downloading the Passport SDK.

I have not yet received the SiteID and the Key from Microsoft for
registering my Web Application for Passport Authentication.

I want to know the further steps involved in implementing the Passport
Authentication.

Can anyone help me?

Thanks in advance.

SudhirGo back to the Passport site and find an email for a contact person. I had
to do this with MapPoint .NET (now MapPoint Web Service) to speed up the
process.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge

************************************************** **************************
****
Think Outside the Box!
************************************************** **************************
****
"Sudhir Pai" <sudhir_pai@.rediffmail.com> wrote in message
news:8883ea5a.0307062137.48cc1141@.posting.google.c om...
> Hi All,
> I want to implement the .Net Passport Authentication in my ASP.NET web
> application.
> I have installed the Microsoft Passport SDK 2.5 on my machine. I have
> also registered my profile (email address and company profile) while
> downloading the Passport SDK.
> I have not yet received the SiteID and the Key from Microsoft for
> registering my Web Application for Passport Authentication.
> I want to know the further steps involved in implementing the Passport
> Authentication.
> Can anyone help me?
> Thanks in advance.
> Sudhir

Passport Implementation Problem.

I've installed passport sdk on to windows 2003 and I have received a
key from netservicesmanager.com. I have set securelevel in the
registry to 0. When I click on the link generated by logotag2 it takes
me to a page that displays

The .NET Passport service is currently unavailable at this Web site
for one of these reasons:

The site may contain an error or be experiencing a problem that
affects the .NET Passport service.
The .NET Passport service may be experiencing a temporary problem.
The site may not be an official .NET Passport-participating site.

Please return to this site later to try again.

I have set the site to preproduction and this is still not working.
Does anyone have something for me to try?

Thanks,
DanHi Dan,
I am also struggling with the exact problem as u r in. Were u able to solve
it. Please help me out.

Thanks
Ajoy

"Dan" wrote:

> I've installed passport sdk on to windows 2003 and I have received a
> key from netservicesmanager.com. I have set securelevel in the
> registry to 0. When I click on the link generated by logotag2 it takes
> me to a page that displays
> The .NET Passport service is currently unavailable at this Web site
> for one of these reasons:
> The site may contain an error or be experiencing a problem that
> affects the .NET Passport service.
> The .NET Passport service may be experiencing a temporary problem.
> The site may not be an official .NET Passport-participating site.
>
> Please return to this site later to try again.
>
> I have set the site to preproduction and this is still not working.
> Does anyone have something for me to try?
> Thanks,
> Dan
Hi,

I am facing exactly the same issue and would like to hear from you about the
solution. I have an urgent requirement and have to get the site up and
running ASAP. Pls pls help me. Any MVPs around?

"Ajoy" wrote:

> Hi Dan,
> I am also struggling with the exact problem as u r in. Were u able to solve
> it. Please help me out.
> Thanks
> Ajoy
> "Dan" wrote:
> > I've installed passport sdk on to windows 2003 and I have received a
> > key from netservicesmanager.com. I have set securelevel in the
> > registry to 0. When I click on the link generated by logotag2 it takes
> > me to a page that displays
> > The .NET Passport service is currently unavailable at this Web site
> > for one of these reasons:
> > The site may contain an error or be experiencing a problem that
> > affects the .NET Passport service.
> > The .NET Passport service may be experiencing a temporary problem.
> > The site may not be an official .NET Passport-participating site.
> > Please return to this site later to try again.
> > I have set the site to preproduction and this is still not working.
> > Does anyone have something for me to try?
> > Thanks,
> > Dan