Browsing projects by Tag(s)

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

Showing page 1 of 1

This is a sample implementation of RPX service using PHP language.

0
 
  0 reviews  |  1 user  |  3,416 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

The RPX OpenID authentication service is a public API to simplify the integration of single sign on into a public website. This project is a wrapper library written in C# .Net 3.5. It intends to make integration with RPX trivial and rapid. Included is a sample ASP.Net MVC sample web site to ... [More] demonstrate the integration points with the library. The releaseGo to the downloads page and get the latest RPXLib.dll. The docoCheck the wiki. Please helpIf you use this library (or more importantly, you want to but it fails) please send some feedback through to me so that I can upgrade the library. So far I am the only consumer of the library, and it hasn't been that thouroughly tested in the real world. It works for me and I find RPX a great service to interact with, so it would be great if this library could grow to help RPX integration for the .Net community. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Extension to the Auth module in Web2py. Integration to RPX from JANRAIN. Allows Single Sign-in from OpenID, Google, AOL, Yahoo, Facebook, MYSpace. Consolidation of Profiles/identities to one user-account. The Auth module allows detailed, group/role based, authorization and access control.

0
 
  0 reviews  |  0 users  |  769 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Based on django-rpx this project adds features like mapping. This project is looking to cover all rpx features

0
 
  0 reviews  |  0 users  |  247 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Django RPX authentication backend that runs on Google App Engine with App Engine Patch. Inspired by django-rpx and django-newrpx but with support for Google App Engine thru App Engine Patch. You can see a live demo running at http://bergsell.appspot.com/rpx_demo/. Note that the site might appear ... [More] slow at first. The reason seems to be that the app engine unloads instances that haven't been used for some time. Subsequent request have reasonable performance. 20100308 App Engine Patch is deadNote: New announcement from the App Engine Patch project: "app-engine-patch is no longer being updated". I would therefor recommend you NOT to use this library for any thing else that to steal ideas from. 20090618: Version 0.1 releasedIntroductionThis is the alpha release of the Django-RPX-GAE-GAE authentication backend. It is in alpha stage since it has only been tested with app-engine-patch-sample-1.0 that uses Django 1.0.2 and the mileage of this is limited. Known issues/drawbacks that will be fixedNo timeout on request to RPX server. No code review has been done. There are a few todo in the code that needs to be resolved. For some reasons, I have had a few problems with the deployment, causing internal server errors at the app enging. Currently investigating, and hopefully the demo site running this version will be stable in the future (http://bergsell.appspot.com/rpx_demo/). Anyway, I think that you should be able to use this in prototype applications. Feedback is needed to be able to take this to a stable and secure backend. Installation instructionsUnpack the rpx module in your project. Add rpx in the INSTALLED_APPS variable in your settings. Add rpx as an authentication backend: AUTHENTICATION_BACKENDS = ('rpx.backends.RpxBackend', 'django.contrib.auth.backends.ModelBackend')Configure the settings in the settings.py in the rpx module. You need to set the RPXNOW_API_KEY, RPXNOW_REALM, and configure the list of trusted providers. Now it should be possible to use the rpx backend. In your templates you should be able to add the tag {% rpx_iframe next %} where the next param is the url to where you would like to redirect the user after a successful authentication. Remember to load the custom rpx_tags before using these tags: {% load rpx_tags %} {% rpx_iframe next %}It was previously possible to use the GLOBALTAGS settings, but it has been removed from the Google App Engine Patch since release 1.0.2 (2009-06-16) The example below will send the user to /main/ from the login page upon successful authentication. return render_to_response(request, 'login.html', {'next': '/main/', })Feedback is highly appreciated. [Less]

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

Use JanRain's RPX service for Credentials ( In Catalyst )

0
 
  0 reviews  |  0 users  |  239 lines of code  |  0 current contributors  |  Analyzed 5 days 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.