Skip to content

Version 3.3.0

Compare
Choose a tag to compare
@anthonycr anthonycr released this 28 Apr 22:09
· 101 commits to develop since this release
79275f6
  • Added Authenticator.checkSsoConnection to check for SSO availability for an email.
  • Added Authenticator.createSsoAuthorizationUri(SsoConnection, String) to check for SSO availability for an email.
  • Deprecated Authenticator.fetchSsoDomain in favor of Authenticator.checkSsoConnection.
  • Deprecated Authenticator.createSsoAuthorizationUri(SsoDomain, String) in favor of Authenticator.createSsoAuthorizationUri(SsoConnection, String).
  • Made TeamEntity and TeamPermission implement Entity interface.