.NET Integration Kit

Download manifest

The following files are included in the .NET Integration Kit .zip archive:

  • Legal.pdf: Copyright and license information

  • /dist: Contains the OpenToken agent for .NET:

    • opentoken-agent.dll: Agent Toolkit for .NET 8. Reference this library in your ASP.NET Core 8 application to read, write, and delete OpenToken.

    • docs/ Agent Toolkit API documentation.

  • /sample: Contains the prebuilt .NET 8 sample applications and the PingFederate configuration archive:

    • /IdpSample: IdP sample application binaries, ready to deploy.

    • /SpSample: SP sample application binaries, ready to deploy.

    • data.zip: PingFederate configuration archive. Import this into PingFederate to configure the OpenToken Adapter instances and SP/IdP connections required to run the sample applications in standalone mode.

  • sample_src/: Contains the full source code for both sample applications. Use this as a reference when integrating the OpenToken Agent into your own ASP.NET Core 8 application, or modify it to suit your environment.

    • IdpSample/: Source code for the IdP sample application.

    • SpSample/ Source code for the SP sample application.

The OpenToken Adapter isn’t included in this integration .zip archive. Learn more in Updating the OpenToken Adapter.