Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@bretterer bretterer released this 26 Oct 13:55
· 477 commits to master since this release
d3d2def

Released October 26, 2020

New Structs

  • AcsEndpoint
  • CatalogApplication
  • CatalogApplicationStatus
  • CustomHotpUserFactor
  • CustomHotpUserFactorProfile
  • InlineHookStatus
  • InlineHookType
  • WebAuthnUserFactor
  • WebAuthnUserFactorProfile

Bug Fixes

  • Updates okta/config.go to use github.com/okta/okta-sdk-golang/v2/okta/cache (#167, Resolves #149)
  • Updates okta/config.go to use int64 for ConnectionTimeout and RequestTimeout (#166)
  • ListApplicationTargetsForApplicationAdministratorRoleForGroup now returns correct []CatalogApplication
  • ListApplicationTargetsForApplicationAdministratorRoleForUser now returns correct []CatalogApplication
  • JsonWebKey.ExpiresAt changed to correctly use *time.Time
  • verifyUserFactorResponse.ExpiresAt changed to correctly use *time.Time
  • Correctly reads .okta.yaml from project root directory
  • Updated typo in PasswordCredentialHash struct and changed WorkerFactor to the correct WorkFactor

Updates

  • Updates to @okta/openapi 2.1.1 (And associated Generator Updates)
  • Added UserId to OAuth2ScopeConsentGrant struct
  • Now Returns error instead of panic from config in okta.go (Resolves #122)
  • RequestExecutor returns error if privPem is null when using PrivateKey authentication
  • Added AcsEndpoints and AllowMultipleAcsEndpoints properties to SamlApplicationSettingsSignOn
  • Added FilterType and FilterValue to SamlAttributeStatement (Resolves #76)
  • Generated file header in line with Go standard (Resolves #118)