.NET Integration Kit

Sample applications setup

The .NET Integration Kit includes two sample applications that demonstrate end-to-end identity provider (IdP) and service provider (SP) integration with PingFederate using the OpenToken Agent.

  • The IdP sample application authenticates users locally and issues an OpenToken to PingFederate’s IdP adapter endpoint.

  • The SP sample application receives an OpenToken from PingFederate’s SP adapter, validates it, and establishes a user session.

The .NET Integration Kit also includes a PingFederate configuration archive that automatically configures PingFederate with the adapter instances and connections required to run both applications.

Components

Component Description

IdP sample application

Acts as an IdP application in your demonstration environment. Runs on https://localhost:5001.

SP sample application

Acts as an SP application in your demonstration environment. Runs on https://localhost:5002.

PingFederate configuration archive

The data.zip archive configures PingFederate with OpenToken Adapter instances and SP/IdP connections to work with both sample applications.

System requirements

  • PingFederate 11.3 or later.

  • Microsoft .NET SDK 8.0, 9.0, 10.0