DashboardSign In

Installation

Java

Releases

V3.0.1

March 25, 2024
March 25, 2024

Fix pagination order issue.

v3.0.0

January 31, 2024
January 31, 2024

Updated

  • Replaced ConnectionType enum with string representation, allowing for new connection types.
  • Deprecated "suspended" state in the Directory Sync user object, consolidating into the "inactive" state.

v2.11.3

May 10, 2023
May 10, 2023
  • Adds "validating" enum type to ConnectionType model

v2.11.2

May 1, 2023
May 1, 2023
  • Removes optional Groups parameter from the UserUpdated interface

v2.11.1

April 25, 2023
April 25, 2023

Added

  • Added successUrl to GeneratePortalLinkOptions (#142)
  • Updated DirectoryType members for accuracy (#163)

v2.10.0

February 17, 2023
February 17, 2023

Added

  • Added User and Issuer to TTOP properties (#151)
  • Added groups attribute to SSO user profile. This feature is in beta - contact support@workos.com to get access to this feature. (#159)

v2.9.1

January 31, 2023
January 31, 2023

Add Cezanne HR to directory type enum list

v2.9.0

January 20, 2023
January 20, 2023

Updated

  • Changes customAttributes, rawAttributes, and previousAttributes to allow type Any? (#154)

v2.8.0

December 8, 2022
December 8, 2022

Added

  • Add log_streams Admin Portal intent (https://github.com/workos/workos-kotlin/pull/152)

v2.7.0

November 18, 2022
November 18, 2022

Added

  • Java support idempotency key for createOrganization (https://github.com/workos/workos-kotlin/pull/145)

v2.6.1

November 17, 2022
November 17, 2022

Updated:

  • Made totp properties nullable (#147)

v2.6.0

October 27, 2022
October 27, 2022

Added:

  • Publicly accessible webhook validation methods

v2.5.0

October 12, 2022
October 12, 2022

Added

  • Added primaryEmail method to directory users (#139)
  • Added job title attribute for directory users (#140)

v2.4.0

September 16, 2022
September 16, 2022

Added

  • Added support for creating Admin Portal links for viewing Audit Logs (#137)

v2.3.1

August 24, 2022
August 24, 2022

Updated

  • Updated user directory model to support created_At and updated_At (#129)

v2.3.2

August 24, 2022
August 24, 2022

Update KeycloakSAML enum casing to match documentation

v2.3.0

July 20, 2022
July 20, 2022

Added

  • Added organization_id to Directory User and Directory Group (#123)

Updated

  • Updated endpoints used for MFA operations (#125)

v2.2.0

June 14, 2022
June 14, 2022

Added

  • Added order param to pagination (#117)
  • Added created_at and updated_at to Groups (#120)

Updated

  • Made Authentication Challenge expiresAt field non nullable (#119)
  • Updated provider enums and bump version (#121)
  • Ensure Dokka runs after Javadoc task (#122)

Removed

  • Removed environment_id fields (#118)

v2.1.4

May 23, 2022
May 23, 2022

Updated

  • Updated Apache HTTP Client to 4.5.13

v2.1.3

May 2, 2022
May 2, 2022

Updated

  • Made Challenge model expiresAt nullable for totp

v2.1.2

May 2, 2022
May 2, 2022

Updated

  • Updated JSON serialization for TOTP factor enrollment

v2.1.1

April 28, 2022
April 28, 2022

Updated

  • Made the code property nullable for the Challenge class

v2.1.0

March 30, 2022
March 30, 2022

Added

  • Added MFA API support (#102)

v2.0.0

March 3, 2022
March 3, 2022

Added

  • Added support for Organization filter on List Directories method

Updated

  • List Directories must now be called using ListDirectoriesOptions instead of PaginationParams

v1.2.1

February 17, 2022
February 17, 2022

Added

  • Added missing OneLogin SCIM directory type (#98)

v1.2.0

December 16, 2021
December 16, 2021

Added

  • Added support for domain_hint and login_hint parameters to sso.getAuthorizationUrl (#95)