Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Formerly known as DotNetOpenId, this library brings easy and flexible OpenID, OAuth and InfoCard to the .NET platform Please visit our official site at http://www.dotnetopenauth.net/ Featuring: * OpenID 1.x/2.0 support for both Providers and Relying Parties * Simple Registration, Attribute ... [More] Exchange, PAPE extensions built-in. * OAuth 1.0/1.0a Service Providers & Consumers * InfoCard Selector * Support for shared hosting (partial trust) * Support for web farms/gardens, Azure * 500+ unit tests [Less]

4.58333
   
  0 reviews  |  36 users  |  158,481 lines of code  |  8 current contributors  |  Analyzed 5 months ago
 
 

This project has been relocated. Please visit https://www.ohloh.net/p/dotnetopenauth/ OpenID for the .NET platform Featuring: * OpenID 1.x/2.0 support for both Providers and Relying Parties * Simple Registration, Attribute Exchange, PAPE extensions built-in. * OAuth Service Providers & ... [More] Consumers * Support for shared hosting (partial trust) * Support for web farms/gardens * 425+ unit tests [Less]

4.2
   
  0 reviews  |  29 users  |  122,072 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

This is a framework, written in C# language and oriented to Mono and .NET developers, providing several utilities and a straight-fowrward architecture, yet fast and reliable, to interact with the OpenID authentication platform. The OpenID authentication is used by several websites and applications ... [More] to validate a federated system of authentication, which permits to reach the goal of "One Identity", preventing the need for users to register several identities around websites on the world. This project belongs to the open source program of Deveel Labs: we believe that the knowledge must be shared and the opportunities to be equal for all. Deveel Labs (http://www.deveel.com) develops several research and commercial projects, for which it integrates external in-house developed project, which we decided to release to the community. Other projects of the program are the following: Deveel Facebook Framework (http://code.google.com/p/deveel-facebook/) [Less]

0
 
  0 reviews  |  0 users  |  5,251 lines of code  |  0 current contributors  |  Analyzed about 16 hours ago
 
 

using OpenID's Client side (consumer) libraries to build a pam module for *nix system

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 10 days ago
 
 

MySpace SDKsThis site provides links to all of the MySpaceID SDKs. Click on the SDK link for your preferred programming language: MySpaceID-PHP-SDK MySpaceID-Python-SDK MySpaceID-Ruby-SDK MySpaceID-C#-SDK MySpaceID-Java-SDK MySpaceID-AS3-SDK MySpaceID-iPhone-SDK Demo Projects8bitmusic ... [More] PHP project demo sfoodie Python project 'in development' DocumentationEach of the language-specific SDK sites listed above includes links to its own documentation. For more general information about the MySpaceID SDKs, see the MySpaceID Wiki. MySpace ButtonsButtons and logos for MySpaceID-enabled sites are available from the MySpaceID Logo Kit. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 10 days ago
 
 

MySpace C# SDKWhether you are hosting an application on your own server or working with an OpenSocial app hosted by MySpace, you can use elements of this Software Development Kit (SDK) to make calls to the MySpace Application Programming Interface (API). This API provides access to a variety of ... [More] MySpace features and data. If you have registered an application hosted on your server as a MySpaceID app, this SDK shows you how to implement the OAuth secure access protocol. The immediate benefit is that your app’s users will be able to log in to your application using their familiar MySpace account info, rather than having to set up and remember yet another username and password. The greater benefit is that your MySpaceID app can access MySpace data through the MySpace APIs. All MySpace applications — both MySpaceID-registered apps and MySpace-hosted apps — can access MySpace data through the MySpace APIs. Information about MySpace applications is available at the Wiki page titled What are MySpace Applications?. This SDK project contains examples of the base API code necessary to make signed requests against the MySpace REST API. See the C# SDK source code directory. You can run the samples in this SDK right away, but to run your own projects, you first need to register on the MySpace Developer Site. Follow the instructions to create an app; you'll get a consumer key and secret. The MySpace SDK enables you to work with MySpace data using the OpenStack (OpenID, OAuth etc) and the MySpace REST APIs via easy-to-use high level interfaces. The best way to implement your own application is take an existing sample and customize it. Working ExamplesOAuth - make signed requests OpenID + OAuth Hybrid - delegated login, and making signed requests 8bitmusic - sample for demonstration purposes DocumentationGetting Started Csharp SDK code documentation. Other MySpace SDK LanguagesMySpaceID-PHP-SDK MySpaceID-Java-SDK MySpaceID-Ruby-SDK MySpaceID-Python-SDK MySpaceID-AS3-SDK MySpaceID SDK Main Page Notes on This C# MySpace SDKThis SDK makes use of the following open source projects: DotNetOpenID: A C# OpenID library that adds OpenID 2.0 Provider and Relying Party support to your web site both programmatically and through convenient drop-in ASP.NET controls. We have extended it to support the OpenID+OAuth Extension Jayrock: a modest and an open source (LGPL) implementation of JSON and JSON-RPC for the Microsoft .NET Framework, including ASP.NET. To summarize, Jayrock allows clients, typically JavaScript in web pages, to call into server-side methods using JSON as the wire format and JSON-RPC as the procedure invocation protocol. The methods can be called synchronously or asynchronously. We use Jayrock to deserialize JSON responses from the MySpace API into strongly typed classes that are easy to use. [Less]

0
 
  0 reviews  |  0 users  |  229,545 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Summary of this SDK

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

This project takes the C# port of janrain's OpenID library, maintained here: http://code.google.com/p/dotnetopenid/ http://groups.google.com/group/dotnetopenid/ and wraps it in a developer-friendly ASP.NET membership provider, allowing as close to an out-of-the-box developer experience as ... [More] possible. As an ASP.NET developer, you can plug in OpenID to your application and use it as you use any other standard authentication plug-in. The starter kit gives you a quick-start sample to show how it all works. Our goals for this project are to make OpenID for .NET developers: Simple to use: Make OpenID simple for developers to plug in to any ASP.NET project Familiar: Leverage the Membership Provider infrastructure in ASP.NET RELEASE NOTES(12/10/2007) The current .vsi file 'OpenID Membership Provider Starter kit for Visual Studio 2005 Beta 0.4' corrects "No Session State Found" error after login. This build corrects all known issues to date. (12/09/2007) 'OpenID Membership Provider Starter kit for Visual Studio 2005 Beta 0.3' protects password data for OpenID users by creating unusable passwords and salts for users having OpenID logins (OpenID users are authenticated via their Identity Provider and therefore have no need for local passwords). This will allow applications to use the same Membership database for one application that uses both OpenID and Forms authentication. (12/03/2007) 'OpenID Membership Provider Starter kit for Visual Studio 2005 Beta 0.2' corrects the janrain.openid.dll incompatibility error that was found in the first release. About The OpenID Membership ProviderUsing the ASP.NET Membership Provider model, the OpenID Membership Provider allows you to leverage declarative authorization and other ASP.NET providers (such as Roles Providers) with OpenID authentication. To learn more about OpenID, visit OpenID.net. OpenID authentication is made possible through third party Identity Providers. This Starter Kit assumes your users will make use of existing OpenID Identity Providers (IDPs). [Less]

0
 
  0 reviews  |  0 users  |  899 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

OpenID Starter Kit for ASP.NET MVC is first and foremost it is a learning tool. I've learned a lot about OpenID while developing this and commented the code a lot. If you want to use it in this way I running the application and stepping through the code. Apart from it's education value you ... [More] can also use it as a starter kit for your ASP.NET MVC based web applications. [Less]

0
 
  0 reviews  |  0 users  |  189,864 lines of code  |  0 current contributors  |  Analyzed 8 months ago
 
 

Using the excellent library over at : http://code.google.com/p/dotnetopenid/ ... this code aims to provide a fully functioning provider portal with user account management and other additional features (such as FOAF etc). It includes : - openid in the format domain.org/username or ... [More] username.domain.org - account management - growing multi-lingual support - a starter database - account verification - coming support for FOAF etc Lots more - please join and hack away! We need help with coding and especially translation!! An implementation can be seen at http://openid.org Group at http://groups.google.com/group/dotnetopenidprovider [Less]

0
 
  0 reviews  |  0 users  |  3,495 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.