Skip to content

A C# demo application for the OAUTH 2.0 authentication access code flow for authenticating with the partner API.

License

Notifications You must be signed in to change notification settings

ekmsystems/PartnerAuthDemo-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PartnerAuthDemo-csharp

A C# demo application for the OAUTH 2.0 authentication access code flow for authenticating with the partner API.

Documentation for the API can be found here. The Partners site can be found here.

Requirements

In order for partners to access the EKM API via OAuth2 all applications currently require a multi-step verification process.

  1. You need to sign up for an account on the Partners site
  2. Please contact our Business Development team to have your account Verified.
  3. Once verified, you can create an application and fill out the details.
  4. This will allow you to 'Publish' the application. We don't currently have a test enviroment for API calls, so your application must be published in order to access the API. This will not make your application publicly visible on our platform.
  5. The redirect uri of your application on the Partners Site should match the uri that you are running the demo application from.
    • If you need this to work from multiple machines, you can create a fake URL using hostnames or some other method.
    • If you want to use a specific uri instead, you can change this line of code.

About

A C# demo application for the OAUTH 2.0 authentication access code flow for authenticating with the partner API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published