github okta/terraform-provider-okta v3.8.0

latest releases: v4.11.0, v4.10.0, v4.9.1...
3 years ago

ENHANCEMENTS:

  • Add support for OAuth Authorization for Okta API #290. Thanks, @me!
  • Make key_id optional for okta_app_saml_metadata #128. Thanks, @cludden!
  • Add new okta_group_membership resource #252. Thanks, @ymylei!
  • Add new okta_group_role resource #255. Thanks, @ymylei!
  • Add new okta_idp_oidc data source #286. Thanks, @me!
  • Add new okta_app_oauth data source #293. Thanks, @me!
  • Add new okta_auth_server_policy data source #298. Thanks, @me!
  • Add usage field to the okta_network_zone resource #271. Thanks, @me!
  • Add okta_email factor to the okta_policy_mfa resource #269. Thanks, @me!
  • Add id field to the okta_users data source #288. Thanks, @me!
  • Add union field to the app_user_schema resource #291. Thanks, @me!
  • Add implicit_assignment field to the okta_app_oauth resource 120. Thanks, Justin Lewis!
  • Add issuer and issuer_mode fields to the okta_auth_server data resource #301. Thanks, @me!
  • Add login_mode and login_scopes to the okta_app_oauth resource #311. Thanks, @me!
  • Add single_logout_issuer, single_logout_url and single_logout_certificate fields to the okta_app_saml resource #307. Thanks, @me!
  • Add metadata_url field to the okta_app_saml resource #316. Thanks, @me!
  • Remove acs_binding and acs_type from okta_idp_oidc as (they are not supported)[(https://developer.okta.com/docs/reference/api/idps/#oauth-2-0-and-openid-connect-endpoints-object)] by this resource #286. Thanks, @me!
  • Deprecate acs_binding argument for okta_idp_saml resource, as it can only be set to HTTP-POST #286. Thanks, @me!
  • Add a retry on 404 error in case Okta lagging during resource creation. Thanks, @me!
  • Add validation for all URL-type fields.
  • Various code improvements and documentation updates. Thanks, @me!

BUGS:

  • Ignore special groups (BUILT_IN and APP_GROUP) in the group_memberships field #118. Thanks, @rasta-rocket!
  • Fix inline_hooks delete operation if the hooks were removed outside the provider #288. Thanks, @me!
  • Fix group_memberships populating in the okta_user data source #284. Thanks, @me!
  • Fix terraform import for the app_user_schema resource #291. Thanks, @me!
  • Fix delete operation for auth_server_claim resource in case claim has type SYSTEM #283. Thanks, @me!
  • Remove redundant description field from the okta_app_saml resource #278. Thanks, @me!
  • Add suppress function for the features field in the okta_app_saml resource since it's not currently possible to create/update provisioning features via the API 296. Thanks, @me!
  • Remove OAUTH_AUTHORIZATION_POLICY from okta_default_policy and okta_policy since it's not supported by Okta API #298. Use okta_auth_server_policy instead. Thanks, @me!
  • Fix status change in the okta_auth_server_policy resource #299. Thanks, @me!
  • Fix user_name_template_* fields setup for the apps resource #309. Thanks, @me!
  • Fix refresh_token_window_minutes minimum value in the okta_auth_server_policy_rule resource #314. Thanks, @me!
  • Fix attribute_statements field validation in the okta_app_saml resource #313. Thanks, @me!

Don't miss a new terraform-provider-okta release

NewReleases is sending notifications on new releases.