The Okta Abstractions project contains common modules use across Okta .NET ecosystem such as Okta specific configuration validation.
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.
If you run into problems using the SDK, you can
- Ask questions on the Okta Developer Forums
- Post issues here on GitHub (for code errors)
The SDK is compatible with:
- .NET Standard 2.0 and 2.1
Check out the .NET Standard support for more details.
- Right-click on your project in the Solution Explorer and choose Manage Nuget Packages...
- Search for Okta. Install the
Okta.Sdk.Abstractions
package.
Simply run install-package Okta.Sdk.Abstractions
. Done!
We're happy to accept contributions and PRs! Please see the contribution guide to understand how to structure a contribution.