Skip to content

Releases: auth0/terraform-provider-auth0

v1.6.1

11 Sep 09:05
94db0ac
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_client: Fixed an issue where the default_organization plan failed due to ConflictsWith and RequiredWith clauses in the schema (#1021)

v1.6.0

06 Sep 10:06
3b87a8f
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_prompt_screen_partial: Add new resource to manage customized sign up and login experience. (1:1) (#1013)
  • resource/auth0_prompt_screen_partials: Add new resource to manage customized sign up and login experience. (1:many) (#1013)
  • data_source/auth0_prompt_screen_partials: Add new data source to retrieve screen partials. (#1013)

ENHANCEMENTS:

  • resource/auth0_client: Add Organizations for Client Credentials. (#1009)
  • resource/auth0_prompt_custom_text: Add support for languages being fetched from CDN during Universal Login. (#1006)

BUG FIXES:

  • resource/auth0_connection: Remove MinItems validation for precedence. (#1017)

NOTES:

  • resource/auth0_prompt_partials: Deprecated the resource. (#1013)

v1.5.0

27 Aug 11:59
beba4b9
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection: Add new fields attributes and precedence to ConnectionOptions. (#991)
  • resource/auth0_self_service_profile: Add new resource for managing self-service profiles. (#1008)
  • data-source/auth0_self_service_profile: Add a data source for retrieving self-service profiles. (#1008)

v1.4.0

18 Jul 02:41
5122236
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection_scim_configuration: Add a resource for managing SCIM(System for Cross-domain Identity Management) configuration. (#980)
  • resource/auth0_prompt_custom_text: Add new prompt values (captcha, custom-form, customized-consent, passkeys, phone-identifier-challenge, phone-identifier-enrollment) to the auth0_prompt_custom_text resource. (#985)
  • data-source/auth0_connection_scim_configuration: Add a data source for managing SCIM(System for Cross-domain Identity Management) configuration. (#980)

ENHANCEMENTS:

  • resource/auth0_tenant: Add support for enable_sso flag (#972)

NOTES:

  • resource/auth0_tenant: Deprecated the require-pushed-authorization-requests attribute. (#986)

v1.3.0

18 Jun 15:19
e88bc9d
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection: Add support for is_signup_enabled to support configuring sign-ups with Organization Membership (#974)
  • resource/auth0_connection: Add support for show_as_button to allow the button to be disabled in Organization Enterprise connections (#974)
  • resource/auth0_resource_server: Add Support for rfc9068_profile and rfc9068_profile_authz Token Dialects in Resource Server Configuration
  • data-source/auth0_organization: Add is_signup_enabled to connections to indicate if sign-ups with Organization Membership are enabled (#974)
  • data-source/auth0_organization: Add show_as_button to connections to indicatate if button is disabled in Organization Enterprise connections (#974)
    (#973)

v1.2.1

31 May 14:24
cbd2cdf
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Switched from offset pagination to checkpoint pagination when listing organizations/members to remove the 1000 result limit (#965)

BUG FIXES:

  • resource/auth0_organization_member: Resolve an issue where organization members were searched among a limited paginated result (#964)

NOTES:

  • resource/auth0_role_permission: Improved documentation by adding resource config and import examples (#963)
  • resource/auth0_role_permissions: Improved documentation by adding resource config and import examples (#963)

v1.2.0

28 Feb 18:24
21e8c52
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_prompt_partials: Add new resource to manage prompt partials (#918)

v1.1.2

11 Jan 17:37
f3b2416
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_action: Prevent sending secrets and dependencies config if no changes triggered (#903)

BUG FIXES:

  • resource/auth0_connection: Fix PKCE values for OIDC connections (#896)
  • resource/auth0_connection: Allow samlp block to be defined as empty and inherit default values (#905)

v1.1.1

30 Nov 12:41
d50bfd3
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_client_grant: Allowing scopes to be set as empty (#888)

v1.1.0

14 Nov 15:32
affc7d8
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_tenant: Add support for customize_mfa_in_postlogin_action setting (#871)

ENHANCEMENTS:

  • resource/auth0_client: Set default token_endpoint_auth_method based on app_type on creation (#878)

BUG FIXES:

  • resource/auth0_tenant: Set default idle_session_lifetime and session_lifetime on import (#849)
  • resource/auth0_connection: Prevent panic when checking for database config secrets (#864)
  • resource/auth0_branding: Allow deleting the resource even on free tenants (#875)
  • data-source/auth0_organization: Fix how we fetch organizations by name (#877)
  • resource/auth0_connection: Add support for disable_self_service_change_password on AD connection options (#874)