github okta/okta-sdk-golang v2.12.0

latest releases: v6.1.3, v6.1.2, v6.1.1...
3 years ago

Released 04/15/2022

Updates

  • Update code generation to v2.12.0 of Okta's openapi spec
  • Update to use trusted origins IFRAME_EMBED - IframeEmbedScopeAllowedApps in Scope
  • Completed missing code generation of Policy related models
    • Policy related models implement a Policies interface
    • Correctly handle pass by reference in CreatePolicy, UpdatePolicy

Bug fixes

  • Corrected env var typo on OKTA_CLIENT_REQUEST_TIMEOUT in README
  • Corrected code generation pass by referrence of a Factor instance in EnrollFactor, ActivateFactor, and VerifyFactor
  • Provider query parameter can be boolean or string
  • Corrected out of order method and API parameters
    • AuthorizationServerResource
      • DeleteAuthorizationServerPolicyRule(ctx context.Context, authServerId string, policyId string, ruleId string)
      • GetAuthorizationServerPolicyRule(ctx context.Context, authServerId string, policyId string, ruleId string)
      • UpdateAuthorizationServerPolicyRule(ctx context.Context, authServerId string, policyId string, ruleId string, body AuthorizationServerPolicyRule)
    • AuthorizationServerPolicyRuleResource
      • UpdateAuthorizationServerPolicyRule(ctx context.Context, authServerId string, policyId string, ruleId string, body AuthorizationServerPolicyRule)
      • DeleteAuthorizationServerPolicyRule(ctx context.Context, authServerId string, policyId string, ruleId string)

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

NewReleases is sending notifications on new releases.