Skip to content

Releases: auth0/terraform-provider-auth0

v1.22.0

20 Jun 05:02
9ceec9e
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection_keys: Add support for key rotation for Okta/OIDC connections (#1281)
  • data-source/auth0_connection_keys: Add support to retrieve list of signing keys for a Okta/OIDC connection (#1281)

ENHANCEMENTS:

  • resource/auth0_connection_client: Updated to use UpdateEnabledClients endpoint while the user experience remains unchanged (#1272)
  • resource/auth0_connection_clients: Updated to use ReadEnabledClients endpoint while the user experience remains unchanged (#1272)

BUG FIXES:

  • resource/auth0_client: Add feasibility to set cross_origin_loc and addons as null (#1261)

v1.21.0

04 Jun 07:20
b03759f
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_client: Add support limit M2M usage (#1239)
  • resource/auth0_organization: Add support limit M2M usage (#1239)
  • resource/auth0_tenant: Add support limit M2M usage (#1239)

v1.20.1

27 May 10:34
36b8631
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_prompt_screen_renderer: Remove unreleased screens for ACUL (#1259)

v1.20.0

22 May 17:51
77c1584
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_client: Add support for the flexible_mappings field to handle complex key structures (e.g., slice-based keys) (#1253)
  • resource/auth0_client: Add support to configure allow_refresh_token in session_transfer (#1246)
  • Add support for Auth0 CLI-based authentication via the cli_login flag (#1242)

ENHANCEMENTS:

  • resource/auth0_prompt_screen_renderer: Add support for 21 new screens (#1249)

BUG FIXES:

  • resource/auth0_client: Update custom_headers to a set of objects (maps with header/value keys) for improved field validation and item order preservation (#1253)
  • resource/auth0_resource_server_scopes: Fix noisy plan on the description field (#1253)
  • resource/auth0_log_stream: Fix noisy plan caused by sensitive required fields (#1240)

v1.19.1

07 May 07:27
273f18e
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_client: Handle null on session_transfer and policies in refresh_token (#1237)

v1.19.0

06 May 13:57
a434f48
Compare
Choose a tag to compare

v1.19.0

FEATURES:

  • resource/auth0_client: Support Native to Web SSO (EA Release) (#1231)
  • resource/auth0_client: Add support to configure Multi-Resource Refresh Token via policies (EA Release) (#1223)

ENHANCEMENTS:

  • resource/auth0_prompt_custom_text: Add support for email-identifier-challenge prompt (#1232)

BUG FIXES:

  • resource/auth0_connection: Add support to set realm_fallback (#1224)
  • resource/auth0_connection: Add validation over scopes on Okta Connection (#945)

v1.18.0

28 Apr 15:41
b51de1e
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_prompt_screen_renderer: Add support for 14 new screens (#1226)
  • Add support for dynamic credentials while configuring the provider (#1172)

BUG FIXES:

  • resource/auth0_branding: Allow setting font_url as null (#1222)
  • resource/auth0_client: Allow setting encryption_key as null (#1221)

v1.16.0

17 Apr 11:49
bee08bd
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_network_acl: Add support for Tenant Network ACLs (EA Release) (#1197)

ENHANCEMENTS:

  • resource/auth0_connection: Add support for checkpoint pagination instead of offset pagination when listing existing connections (#1215)
  • resource/auth0_prompt_screen_renderer: Remove the screens consent and customized-consent from the supported ACUL ( EA Release) (#1214)
  • resource/auth0_custom_domain: Added validation on custom_domain to throw an appropriate error when no custom domain is configured. (#1216)

v1.15.0

01 Apr 07:50
b8dfa0c
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_connection: Add support to configure custom_headers attribute in Connection Options (#917)
  • resource/auth0_attack_protection: Add support to configure pre_change_password attribute (#1196)
  • resource/auth0_prompt_screen_renderer: Add support for 12 new screens (#1191)
  • resource/auth0_tenant: Add support to set rp_logout_end_session_endpoint_discovery property (#1192)
  • resource/auth0_tenant: Add support to configure error_page attribute (#1163)

v1.14.0

11 Mar 11:27
c737ece
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_phone_provider: Add new resource for managing phone providers (#1152)
  • data-source/auth0_phone_provider: Add a data-source for retrieving phone providers (#1152)
  • data-source/auth0_action: Add a data-source for retrieving action via id/name (#1139)

ENHANCEMENTS:

  • resource/auth0_trigger_actions: Add custom-phone-provider and remove custom-token-exchange to list of supported triggers (#1180)
  • resource/auth0_trigger_action: Add custom-phone-provider and remove custom-token-exchange to list of supported triggers (#1152)