Skip to content

Releases: auth0/terraform-provider-auth0

v1.25.0

30 Jul 06:38
1aa9c5c
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_resource_server - Add DPoP support for proof-of-possession mechanism (#1317)

v1.24.1

24 Jul 15:50
7263183
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_user - Add support for passing custom_domain_header (#1316)
  • data_source/auth0_user - Add support for passing custom_domain_header (#1316)
  • Add support to globally configure custom_domain_header (#1316)

v1.24.0

15 Jul 13:29
3e9eb4b
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_custom_domain- Add support for Multiple Custom Domains (#1258)
  • data_source/auth0_custom_domain - Add support to retrieve custom domain based on custom_domain_id (#1258)

BUG FIXES:

  • resource/auth0_phone_provider - Updated constrains on configuration fields (#1308)
  • resource/auth0_log_stream - Marked filters as a computed field (#1307)

v1.23.1

04 Jul 13:02
0c19978
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_prompt_screen_renderer Add support filters and use_page_template fields in screen renderer schema. (#1303)

BUG FIXES:

  • resource/auth0_connection_clients: Enabled proper handling when removing connection Clients (#1304)

v1.23.0

30 Jun 17:22
8eaf569
Compare
Choose a tag to compare

v1.23.0

FEATURES:

  • Add support for private key JWT authentication (#1280)

ENHANCEMENTS:

  • resource/auth0_prompt_screen_renderer : Add support for new screens in Advanced Customization for Universal Login (#1292)
  • resource/auth0_prompt_custom_text : Add support for new screens (#1289)

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)