Okta Authentication SDK for Java v0.2.0 Release Notes

Release Date: 2018-10-10 // over 5 years ago
  • Updates:

    • ๐Ÿ‘Œ Improved rate limit handling: allow setting of requestTimeout and maxRetries
    • โž• Add configuration checks to help prevent common copy & paste errors (checks for things like {yourOktadomain} in the orgUrl
    • โž• Added new method AuthenticationClient.verifyFactor() to simplify the process of polling for an async factors such as SMS or Push.

    ๐Ÿ’ฅ Breaking Changes:

    • ๐Ÿ“‡ renamed AuthenticationClient pollFactor method to verifyActivation to better reflect the method's intent (it doesn't actually do polling, but it is the method you would use in your own polling loop while checking for the activation status of a new factor)