Okta.PowerShell v1.0.0-beta
Pre-releaseWe're excited to drop the 1.x series prerelease version of the new Okta PowerShell module! 🎉
Prerelease warning
This version is beta-quality. We'd love for you to play with it and give us your thoughts, but we don't recommend using it in production applications just yet. We'll be iterating it towards a stable 1.0 release over the next few weeks, based on the feedback we receive. There may be minor interface breaking changes before we stabilize at 1.0.
What's included today
-
Allow developers to paginate large results in a dev-friendly way (no crazy links parsing!)
$Page = Invoke-OktaListGroups -Uri $LastPageResponse.NextPageUri :new_flash:
-
Allow developers to retry 429 responses by setting up
MexRetries
andRequestTimeout
in the configuration
$Config.MaxRetries = 2
$Config.RequestTimeout = 3000 #ms
$Response = Invoke-OktaListGroups
- Allow developers to remove the established access token from the inner configuration by executing
Invoke-OktaRemoveAccessToken
What's next?
Over the next few weeks, we'll be stabilizing features, and working on code-signed scripts and distribution via PowerShell Gallery and Chocolatey.