Skip to content

oxd-net-demo#

oxd-net-demo is demo application which communication protocol of oxD server. This can be used to access the OpenID connect & UMA Authorization end points of the Gluu Server via the oxD. This library provides the function calls required by a website to access user information from a OpenID Connect Provider by the OxD.

Installation:#

Attention:

Application will not be working if your host does not have https://.

Prerequisite

You have to install gluu server in Ubuntu 14 VM and oxd-server in your hosting server to use oxd-csharp library with your application.

Configuration:#

First set the GluuDemoWebsite as startup project and run.

How to use:#

  1. Download source code for demo client application oxd-csharp
  2. First set the GluuDemoWebsite as startup project
  3. Run the project