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
Policiesinterface - Correctly handle pass by reference in
CreatePolicy,UpdatePolicy
- Policy related models implement a
Bug fixes
- Corrected env var typo on
OKTA_CLIENT_REQUEST_TIMEOUTin README - Corrected code generation pass by referrence of a Factor instance in
EnrollFactor,ActivateFactor, andVerifyFactor - Provider query parameter can be boolean or string
- Corrected out of order method and API parameters
AuthorizationServerResourceDeleteAuthorizationServerPolicyRule(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)
AuthorizationServerPolicyRuleResourceUpdateAuthorizationServerPolicyRule(ctx context.Context, authServerId string, policyId string, ruleId string, body AuthorizationServerPolicyRule)DeleteAuthorizationServerPolicyRule(ctx context.Context, authServerId string, policyId string, ruleId string)