Skip to content

v2.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 19:23
· 251 commits to master since this release
v2.12.0
661050a

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)