Skip to content

Releases: okta/okta-auth-java

2.0.2

01 Mar 23:36
Compare
Choose a tag to compare

Fixes:

  • #98 - Incorrect key while retrieving correct answer from EmbeddedResponse

2.0.1

12 Feb 07:50
Compare
Choose a tag to compare

Issues:

  • Upgraded to Java Management SDK version 3.0.2 #93
  • Security upgrade of org.apache.shiro:shiro-jaxrs from 1.5.3 to 1.7.1 #86
  • Addressed CVEs #91
  • Fixed #87
  • Fixed #90
  • Cleaned up OWASP suppression list #94

2.0.0

28 Jul 18:37
78e509f
Compare
Choose a tag to compare

This major release upgrades the Java Authentication SDK to v2.0.0

Refer to Migration Guide for insights on these changes.

Version 2.0.0 introduces a number of breaking changes from previous versions.

In addition to new classes/interfaces, some existing classes/interfaces are no longer backward compatible.

Package com.okta.authn.sdk.resource

  • Replaced com.okta.sdk.resource.user.factor.FactorProfile interface with com.okta.authn.sdk.resource.FactorProfile interface.
  • Replaced com.okta.sdk.resource.user.factor.FactorProvider interface with com.okta.authn.sdk.resource.FactorProvider interface.
  • Replaced com.okta.sdk.resource.user.factor.FactorType interface with com.okta.authn.sdk.resource.FactorType interface.

Note: Old interfaces above were pulled in from okta-sdk-java Management SDK hitherto.
These are now migrated to reside locally within this Authentication SDK.

Below SDK classes were previously moved to okta-commons-java).

- com.okta.sdk.client.Proxy
- com.okta.sdk.lang.Classes
- com.okta.sdk.lang.Assert
- com.okta.sdk.lang.Strings
- com.okta.sdk.lang.Collections
- com.okta.sdk.lang.Locales

1.0.0

02 May 20:04
okta-authn-parent-1.0.0
Compare
Choose a tag to compare

1.0 Release!

Learn more about our supported releases on developer.okta.com

0.4.0

25 Mar 19:34
okta-authn-parent-0.4.0
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Update to latest Management SDK v1.5.1
  • Improved Android support
  • Allow setting of headers (for use when proxying browser requests)

0.3.0

08 Feb 15:56
okta-authn-parent-0.3.0
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Updated to be compatible with Android v27+
  • Testing against Java 8 and 11 in CI

0.2.0

10 Oct 15:32
okta-authn-parent-0.2.0
Compare
Choose a tag to compare

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)

0.1.0

08 Jun 16:23
okta-authn-parent-0.1.0
Compare
Choose a tag to compare

Initial release