Skip to content

Releases: auth0/terraform-provider-auth0

v1.13.1

21 Feb 11:20
08143bf
Compare
Choose a tag to compare

ADDED:

  • resource/auth0_prompt_screen_renderer: Add support for new screens (EA Release) (#1158)

v1.13.0

20 Feb 05:32
e729287
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_connection: Add support to set global_token_revocation_jwt_iss and global_token_revocation_jwt_sub property for a connection (#1142)
  • data-source/auth0_user: Add support to retrieve a user via lucene query (#1141)
  • resource/auth0_prompt_partials: Add support to set prompt as customized-consent (#1151)
  • resource/auth0_prompt_screen_partial: Add support to set form_content in insertion_points (#1151)
  • resource/auth0_prompt_screen_partials: Add support to set form_content in insertion_points (#1151)
  • resource/auth0_client: Add support to set options for google as part of native_social_login (#1150)
  • resource/auth0_branding_theme: Add support to set captcha_widget_theme property (#1154)
  • resource/auth0_trigger_action: Add custom-token-exchange and custom-email-provider to list of supported triggers (#1155)
  • resource/auth0_trigger_actions: Add custom-token-exchange and custom-email-provider to list of supported triggers (#1155)
  • resource/auth0_log_stream: Add support to set is_priority property (#1102)

v1.12.0

06 Feb 07:59
32cef5c
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_prompt_screen_renderer: Add new screens support to auth0_prompt_screen_renderer (EA Release) (#1144)

v1.11.1

04 Feb 19:45
858986b
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_client: Add missing expand/flatten rules for token_exchange param (#1145)
  • resource/auth0_action: Add clause to support node18 action for custom-token-exchange trigger (#1145)

v1.11.0

29 Jan 14:44
dd280c5
Compare
Choose a tag to compare

v1.11.0

FEATURES:

  • resource/auth0_token_exchange_profile: Add a resource for managing Token Exchange Profile (#1119)
  • data-source/auth0_token_exchange_profile: Add a data-source for retrieving Token Exchange Profile (#1119)

ENHANCEMENTS:

  • resource/auth0_client: Add support to set token_exchange property for a client (#1119)
  • resource/auth0_connection: Add support to set authentication_methods and passkey_options property for a connection (#1099)

v1.10.0

21 Jan 12:12
dbb610a
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_connection - Add a Support password reset by otp code email template and verification_method field in connection schema. (#1113)
  • resource/auth0_connection - Support never_on_login as an allowed value for set_user_root_attributes (#1123)

BUG FIXES:

  • resource/auth0_actions - Fix: Dynamic block for action.Secrets and iterates via k/v (#1115)
  • data-source/auth0_connection- Fix: IdP-initiated SSO Behavior by adding the missing enabled field to options param connections (#1105)
  • resource/auth0_flow - Fix: Update example and docs for auth0_flow resource(#1129)
  • resource/auth0_prompt_screen_renderer - Fix: Update example and docs for auth0_prompt_screen_renderer resource(#1127)

NOTES:

  • Update workflow to install terraform manually since ubuntu image has removed it (#1116)

v1.9.1

18 Dec 08:15
5f51c6d
Compare
Choose a tag to compare
  • resource/auth0_prompt_screen_renderer: Update docs & unit tests related to auth0_prompt_screen_renderer (EA Release) (#1101)
  • resource/auth0_flow_vault_connection: Update setup & ready attributes schema for auth0_flow_vault_connection (#1103)

v1.9.0

09 Dec 15:33
9dc3b24
Compare
Choose a tag to compare

FEATURES:

resource/auth0_prompt_screen_renderer: Add a resource for configuring the settings of prompt-screen (EA Release)(#1077)
data-source/auth0_prompt_screen_renderer: Add a data-source for retrieving prompt-screen settings (EA Release)(#1077)

v1.8.0

28 Nov 14:20
800b1b8
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_self_service_profile_custom_text: Add new resource which allow to set custom text for SSO Profile (#1075)
  • data-source/auth0_clients: Add data-source which allows retrieving a list of clients with filters (#1080)

ENHANCEMENTS:

  • resource/auth0_client: Add support for setting oidc_logout, which includes backchannel_logout_urls and backchannel_logout_initiators. The backchannel_logout_initiators property supports mode and selected_initiators for more granular control (#1045)
  • resource/auth0_self_service_profile: Add support for setting name, description, allowed_strategies (#1075)

BUG FIXES:

  • resource/auth0_form: Update messages property with expand rule (#1088)

v1.7.3

05 Nov 15:09
75d1052
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_flow: Fixed an issue with updating flows (#1058)
  • resource/auth0_form: Fixed an issue with updating forms (#1058)

ENHANCEMENTS:

  • provider: Added explicit check for handling missing env variables (#1065)
  • resource/auth0_email_provider: Added support for Custom Email Provider (#1064)

NOTES:

  • resource/auth0_trigger_action: Remove IGA-* triggers (#1063)
  • bump release to fix publishing issue