What's Changed
Starting with the 2.x series, the Okta.PowerShell module supports PowerShell 7+.
New Features
- Added support to revoke tokens (#67) - Thanks @aseigler 🎉
- Exposed a new exception called OktaApiException for API errors (#78)
- Updated readme with new samples such as "Create custom objects", "configure a web proxy", "List resources that match a filter criteria", "Get logs" and "Error handling".
Bug fixes
- Fixed "Parameter existence checking in functions treats $false value as no parameter" (#56)
- Fixed "Rate limit functionality doesn't work" (#61)(#70) - Thanks @TriggerAu 🎉
- Fixed "Get-OktaLogs changes the required date format for "since" and "until" query params" (#55)
- Improved testability (#74)
Full Changelog: v1.0.3...v2.0.0