Skip to content

Releases: onelogin/onelogin-java-sdk

2.1.0

02 Dec 22:22

Choose a tag to compare

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
03c6141

Choose a tag to compare

#43 Release for magiclink redirect_to parameter in activateFactor

2.0.1

22 Feb 00:45
081900f

Choose a tag to compare

  • #40 Fix handling the API response in verifyFactorOtp.

2.0.0

16 Feb 19:37
dd9fe8d

Choose a tag to compare

  • Code Refactor
  • Smart MFA
  • Rules
  • Mappings Update

1.6.2

01 Feb 15:48

Choose a tag to compare

  • Update dependencies
  • Fix javadocs

1.6.1

14 May 14:38

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

Choose a tag to compare

  • Add support for Get Apps of a OneLogin account

1.5.1

01 Mar 18:42

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

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

Choose a tag to compare

  • Add throwOAuthProblemException parameter to the basic Client constructor that read settings from file