Releases: onelogin/onelogin-java-sdk
Releases · onelogin/onelogin-java-sdk
2.1.0
02 Dec 22:22
Compare
Sorry, something went wrong.
No results found
What's Changed
This release restores the hand-crafted v2 SDK as the main branch, replacing the problematic OpenAPI-generated v3 SDK.
Fixes
Resolves #62 - getGroups() and other methods no longer fail with strict JSON validation errors
Security Updates
Bump ch.qos.logback:logback-classic from 1.2.6 to 1.2.13
Bump org.json:json from 20160810 to 20231013
Installation
Via JitPack (recommended):
<repositories >
<repository >
<id >jitpack.io</id >
<url >https://jitpack.io</url >
</repository >
</repositories >
<dependency >
<groupId >com.github.onelogin</groupId >
<artifactId >onelogin-java-sdk</artifactId >
<version >2.1.0</version >
</dependency >
Via Maven Central: Version 2.0.2 remains available (without security patches).
Note
The OpenAPI-generated v3 SDK is still available on the v3 branch for those who need the newer APIs (Branding, Smart Hooks, API Authorization Servers).
2.0.2
05 May 00:09
Compare
Sorry, something went wrong.
No results found
#43 Release for magiclink redirect_to parameter in activateFactor
2.0.1
22 Feb 00:45
Compare
Sorry, something went wrong.
No results found
#40 Fix handling the API response in verifyFactorOtp.
2.0.0
16 Feb 19:37
Compare
Sorry, something went wrong.
No results found
Code Refactor
Smart MFA
Rules
Mappings Update
1.6.2
01 Feb 15:48
Compare
Sorry, something went wrong.
No results found
Update dependencies
Fix javadocs
1.6.1
14 May 14:38
Compare
Sorry, something went wrong.
No results found
Fix bug calculating expiration time, Must be calculated from the created_at, not the current time
1.6.0
19 Mar 23:14
Compare
Sorry, something went wrong.
No results found
Add support for Get Apps of a OneLogin account
1.5.1
01 Mar 18:42
Compare
Sorry, something went wrong.
No results found
Add risk fields to the event object as well as the proxy_ip
1.5.0
22 Feb 13:20
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Add throwOAuthProblemException parameter to the basic Client constructor that read settings from file