Skip to content

v3.2.0 Feature Release

Compare
Choose a tag to compare
@Crim Crim released this 09 Feb 07:38
· 16 commits to master since this release
0dbf134

3.2.0 (02/09/2021)

  • ISSUE-68 Add authentication method for grant_type=authorization_code using previously retrieved refresh_token. See ConfigurationBuilder.withSsoRefreshTokenLogin()
  • ISSUE-70 Adds ability to override the OAuth authentication endpoint when doing SSO authentication. See optional parameter AuthorizationServer on the ConfigurationBuilder.withSsoRefreshTokenLogin() and ConfigurationBuilder.withSsoLogin() methods.