github okta/okta-sdk-golang v2.1.0
Version 2.1.0

latest releases: v6.0.3, v6.0.2, v6.0.1...
5 years ago

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)

Don't miss a new okta-sdk-golang release

NewReleases is sending notifications on new releases.