Skip to content

Releases: onelogin/onelogin-java-sdk

2.0.2

05 May 00:09
03c6141
Compare
Choose a tag to compare

#43 Release for magiclink redirect_to parameter in activateFactor

2.0.1

22 Feb 00:45
081900f
Compare
Choose a tag to compare
  • #40 Fix handling the API response in verifyFactorOtp.

2.0.0

16 Feb 19:37
dd9fe8d
Compare
Choose a tag to compare
  • Code Refactor
  • Smart MFA
  • Rules
  • Mappings Update

1.6.2

01 Feb 15:48
Compare
Choose a tag to compare
  • Update dependencies
  • Fix javadocs

1.6.1

14 May 14:38
Compare
Choose a tag to compare
  • Fix bug calculating expiration time, Must be calculated from the created_at, not the current time

1.6.0

19 Mar 23:14
Compare
Choose a tag to compare
  • Add support for Get Apps of a OneLogin account

1.5.1

01 Mar 18:42
Compare
Choose a tag to compare
  • Add risk fields to the event object as well as the proxy_ip

1.5.0

22 Feb 13:20
Compare
Choose a tag to compare
  • Add Support for Generate MFA Token
  • Add support for Privilege API and refactors.
  • Add examples to documentation

1.4.1

17 Nov 23:57
Compare
Choose a tag to compare
  • Add throwOAuthProblemException parameter to the basic Client constructor that read settings from file

1.4.0

17 Nov 23:06
Compare
Choose a tag to compare
  • Add the ability to set if raise or not OAuthProblemException exceptions adding the throwOAuthProblemException parameter to the client
  • Remove createSessionViaToken method. The use of this API call only makes sense in a browser
  • Include appName on Event object
  • Implement error_attribute that will provide what attribute caused the error on the execution of the API command if it was provided by the API
  • #18 Make logging implementation optional.
  • Add parameter doNotNotify to getSessionTokenVerified and getSamlAssertionVerifying methods. Add parameter allowedOrigin to getSessionTokenVerified method
  • Refactor to reuse code and fix some variable names
  • Use the correct URL to get groups by their IDs
  • Fix bug retrieving custom user data
  • Set default limit value if not limit parameter provided
  • Add trustedIdPId and managerUserId to user model