Skip to content
TroyGoode edited this page Oct 29, 2010 · 10 revisions

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.

Getting Started

EngageNet is not very big. It serves a a simple, strongly-typed wrapper around the JanRain EngageNet authentication API.

EngageNet

The main focus for integration is the EngageNet class – it is the entry-point into the API. To connect to Engage, simply construct a new EngageNet instance while passing in your API key (supplied with your rpxnow.com account):

var engage = new EngageNet("apiKey");

From there you should be able to interact with the service. Remember to check the sample web site in the source download for usage within a web environment (specifically ASP.Net MVC 2).

Clone this wiki locally