Skip to content

Version 2.0.0-rc.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@bretterer bretterer released this 02 Jun 14:33
c4e3703

Released June 2, 2020

  • Remove PreviewSamlMetadataForApplication method from ApplicationResource
  • Kid Query Param removed
  • KeepCurrent Query Param removed
  • ActivateFactorRequest struct added
  • New Method GenerateApplicationKey added to ApplicationResource
  • FactorResultType struct added
  • OpenIdConnectApplicationIssuerMode struct added
  • InitiateLoginUri property (type string) added to OpenIdConnectApplicationSettingsClient struct
  • IssuerMode property (type string) added to OpenIdConnectApplicationSettingsClient struct
  • Format property (type []string) added to PolicySubject struct
  • ExpiresAt property (type *time.Time) added to PushUserFactor struct
  • FactorResult property (type string) added to PushUserFactor struct
  • Remove ClearCurrentUserSession from UserResource
  • UserFactorResource method ActivateFactor now takes ActivateFactorRequest as the body param instead of VerifyFactorRequest
  • NextPassCode property (type string) added to VerifyFactorRequest struct
  • Update Readme to show how to access RequestExecutor (Fixes #83)
  • Fixes Cache EOF (Fixes #103 and Fixes #36)
  • Update all enum objects to type string (Fixes #95)
  • Implement Pagination