Windows Azure Access Control & WPF? - asp.net

Anyone has worked with Windows Azure Access Control & WPF Client? I like authentication of Zune Client with Live ID.
I need authenticate with Windows Live ID in my WPF app.
I have a Website that works with Windows Azure Acces Control , I use claims for Roles in my website , but i need know, if its possible use this claims with WPF app.
I can´t find anything about WPF & Windows Azure Access Control , only for ASP.NET
Thank you so much.!

you might look at this it explains about it.
http://social.technet.microsoft.com/wiki/contents/articles/4656.wpf-application-with-live-id-facebook-google-yahoo-open-id.aspx

Maybe this could help you. I found it in this post

First of all try the link I m sending you ... It will provide you the basic structure of how to setup your live ID : MSDN blog
You can also try this one to read more : MSDN library

Related

ASP.NET VB Web app using azure authentication

I have a basic website created using VB.NET. I need to add authentication and, as we use Azure Active Directory, I thought I could connect it to that.
All I need to do is be able to have the username of the current user, so I can then turn on or off buttons etc depending who they are.
All the examples I can find are for ASP.NET Web applications.
How do I add to a standard site?
Thanks
Gareth

Asp.net user authentication and authorization

Iam new to asp.net and working on a web project. There are different users and each user has specific role.Like admin, visitor, registered user etc. The question is what method to use to implement security. Is there any standard way to implement both authentication and authorization. I am using SQL Server 2008. Please tell a standard method.
Thanks
Look into the following topics:
Asp.net roleprovider : http://msdn.microsoft.com/en-us/library/system.web.security.roleprovider.aspx
Asp.net memberschipprovider: http://msdn.microsoft.com/en-us/library/yh26yfzy.aspx
Additional information: http://www.asp.net/security/tutorials/role-based-authorization-cs
You need to understand the basic principles before you proceed.
Start with ASP.NET Web Application Security
How ASP.NET Security Works
Guide to Claims–based Identity and Access Control
You can use a database, which is most definately the best way to go about it, this will be supported if you are running SQL server. This should help you build the database, and give you some insight into how to implement users and permissions.
http://publib.boulder.ibm.com/infocenter/wpdoc/v510/index.jsp?topic=/com.ibm.wp.ent.doc/wpf/setup_sql.html
Good luck!

ASP.NET MVC with Facebook Connect template project

I'm looking for template project that uses Facebook Connect instead of ASP.NET Membership service with ASP.NET MVC 1.0/2.0/3.0. It should support connect (login) and logof and storing user data to the database. Is there something like that?
And second question: Would YOU like to participate in building such tamplate? (if similar project doesn't exist)
Not a template, but take a look at Janrain Engage. It's a connector for several social networking sites, Facebook included.
Maybe you can try this one http://facebooktoolkit.codeplex.com/

Asp.net - Orkut

I am using asp.net, please let me know if their is any way I could show Orkut from my application.
Like user could be able to login and then they can access orkut.
Thanks in advance
There are a 3LO (3-legger OAuth) library that allows you to do that via .NET using C#. The librery is called orkut oauth api csharp

Single Sign 0n between DotNetNuke, Classic ASP app, ASP.NET app

We run multiple apps to provide services to our members at our organization
1. DotNetNuke as CMS
2. Classic ASP custom app for membership management and event management
3. ASP.NET app for providing online learning
4. Wordpress blog
Can somebody please suggest a way to enable Single Sign On in this kind of an environment.
I am looking for a solution which would enable adding any kind of application easily to the SSO in the future.
We host most of the apps, but there are some being hosted outside our environment as well.
All members are customers in different locations.
THanks
You could use Live ID:
Windows Live ID with dotnetnuke:
http://www.datasprings.com/Resources/ArticlesInformation/DotNetNukewWindowsLiveAuthentication/tabid/828/language/en-US/Default.aspx
Windows Live ID with wordpress:
http://social.msdn.microsoft.com/forums/en-US/wliddev/thread/a34d1585-e602-4519-858c-0bb5ae02856d/
You could also use Open ID, the same as stackoverflow.
Live ID will be compatible with Open ID:
http://winliveid.spaces.live.com/
Have not been able to find a reference to use of Live ID with classic ASP.
You can use Windows Live ID to identify people with it.

Resources