Version 2.1.0
Released October 26, 2020
New Structs
AcsEndpoint
CatalogApplication
CatalogApplicationStatus
CustomHotpUserFactor
CustomHotpUserFactorProfile
InlineHookStatus
InlineHookType
WebAuthnUserFactor
WebAuthnUserFactorProfile
Bug Fixes
- Updates
okta/config.go
to usegithub.com/okta/okta-sdk-golang/v2/okta/cache
(#167, Resolves #149) - Updates
okta/config.go
to useint64
forConnectionTimeout
andRequestTimeout
(#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 changedWorkerFactor
to the correctWorkFactor
Updates
- Updates to @okta/openapi 2.1.1 (And associated Generator Updates)
- Added
UserId
toOAuth2ScopeConsentGrant
struct - Now Returns error instead of panic from config in
okta.go
(Resolves #122) RequestExecutor
returns error ifprivPem
is null when using PrivateKey authentication- Added
AcsEndpoints
andAllowMultipleAcsEndpoints
properties toSamlApplicationSettingsSignOn
- Added
FilterType
andFilterValue
toSamlAttributeStatement
(Resolves #76) - Generated file header in line with Go standard (Resolves #118)