Skip to content

okta/okta-sdk-abstractions-dotnet

Repository files navigation

Support Nuget License

Okta SDK Abstractions .NET

The Okta Abstractions project contains common modules use across Okta .NET ecosystem such as Okta specific configuration validation.

Release status

This library uses semantic versioning and follows Okta's library version policy.

✔️ The current stable major version series is: 2.x

Version Status
2.x ✔️ Stable

The latest release can always be found on the releases page.

Need help?

If you run into problems using the SDK, you can

Getting Started

The SDK is compatible with:

  • .NET Standard 2.0 and 2.1

Check out the .NET Standard support for more details.

Install using Nuget Package Manager

  1. Right-click on your project in the Solution Explorer and choose Manage Nuget Packages...
  2. Search for Okta. Install the Okta.Sdk.Abstractions package.

Install using The Package Manager Console

Simply run install-package Okta.Sdk.Abstractions. Done!

Contributing

We're happy to accept contributions and PRs! Please see the contribution guide to understand how to structure a contribution.