I am using MVC Preview 5.
I am tring to integrate Facebook single sign on in my MVC Preview 5 project.Can u please tell me is that possible?
Is there any link or source code for that?
Check the ASP.NET MVC Membership Starter Kit (www.codeplex.com/MvcMembership). It contains examples for OpenID and Windows Live login (in soucre code repository). This should give you a good start into
plugging another authentication mechanism on top of ASP.NET membership.
Visit my blog at http://blog.maartenballiauw.be
Order my book ASP.NET MVC 1.0 Quickly via http://www.packtpub.com/asp-net-model-view-controller-1-0-quickly/book
yogeshkolpe
0 Points
3 Posts
MVC Single Sign On
Oct 10, 2008 05:33 AM|LINK
Hi everybody.....
I am using MVC Preview 5.
I am tring to integrate Facebook single sign on in my MVC Preview 5 project.Can u please tell me is that possible?
Is there any link or source code for that?
Thanks in advance....
MVC SSO
maartenba
Member
368 Points
76 Posts
Re: MVC Single Sign On
Oct 10, 2008 06:05 AM|LINK
Check the ASP.NET MVC Membership Starter Kit (www.codeplex.com/MvcMembership). It contains examples for OpenID and Windows Live login (in soucre code repository). This should give you a good start into plugging another authentication mechanism on top of ASP.NET membership.
Order my book ASP.NET MVC 1.0 Quickly via http://www.packtpub.com/asp-net-model-view-controller-1-0-quickly/book
yogeshkolpe
0 Points
3 Posts
Re: MVC Single Sign On
Oct 10, 2008 10:00 AM|LINK
thanks for ur reply....
currently i am working on that project only.....
I have already done with OpenID...
But i am working on Facebook single sign on.....
is there any source code availabel for that?
MVC SSO