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
Related
So, I have Asp.net core MVC app with Azure AD that allows people to sing in with their microsoft acc and then gives me their name and email. I have this authorization that is based on one static class that adds user on Index page and its so dumb, so I want to switch to role-based authorization. My problem is that I was unable to find any info about how to do it. Is there some type of tutorial? I am very new to authorization so I really dont know how these things work but I am unable to find some source... Thanks for any help.
Edit: I want user to sing in with his microsoft acc and then get his name, look to db and then add him roles.
Please take a look at the sample which helps you to add authorization using app roles & roles claims to an ASP.NET Core web app that's signs-in users with the Microsoft identity platform.
everybody:) I need to implement OAuth registration on my project, but I don't have a time to learn whole protocol, and write low-level code. Is there any library for .NET that can make it easier? I wanna make OAuth registration for Facebook and some not so famous portals. Thanks for any help!
The ASP.NET MVC4 project templates include user registration using OAuth authentication servers out-of-the-box for Facebook, Google, Twitter.
Aside from that, you can try looking at DotNetOpenAuth
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
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!
I am an asp.net developer and would like to create an application to be deployed in orkut application.Where should i start from ? Whats the steps ? Is ASP.NET is a must to develop an application ?
The Orkut developer page would probably be the best place to start. I haven't developed for Orkut directly, but I've done some development using OpenSocial, which the Orkut API is based on. It's not tied to specific to a specific server-side language like ASP.NET - you "interact" with Orkut through JavaScript libraries and REST service calls - so an Orkut application could be developed in any language that can produce/consume HTTP. You can develop your server-side piece in ASP.NET, but it isn't required.
It is simple.. Take one example orkut application. Open that application iframe into new tab. Save the source and add this source into your orkut application content section xml. Upload your xml and followthe steps to add that into sandbox.orkut.com. Furnish your application. Submit for production orkut environment. Enjoy.. :)