Skip to content

Releases: auth0/terraform-provider-auth0

v0.48.0

25 May 16:20
8b7ca36
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_client_credentials: Add new resource to manage client credentials (client_secret, private_key_jwt, authentication_methods) (#588)
  • resource/auth0_resource_server_scopes: Add new resource to manage a 1:many relationship between the resource server (API) and its scopes (permissions) (#600)
  • resource/auth0_resource_server_scope: Add new resource to manage a 1:1 relationship between the resource server (API) and its scopes (permissions) (#589)

BUG FIXES:

  • resource/auth0_connection: Fix json tag for forward_request_info attribute (#591)
  • Fix import issue on several resources (auth0_connection_clients, auth0_user_permissions, auth0_user_roles, auth0_role_permissions) (#594, #595, #596, #597)
  • resource/auth0_connection: Fix issue with setting set_user_root_attributes to on_each_login for Microsoft Azure AD Connections (#602)

NOTES:

  • New guides on how to achieve 0 downtime client credentials were added in this release (#592)
  • ⚠️ Check our migration guide to navigate the deprecations that were added in this release.

v0.47.0

18 May 12:31
f9f456c
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection_clients: Add new resource to manage a 1:many relationship between the connection and its enabled clients (#568)
  • resource/auth0_user_permission: Add new resource to manage a 1:1 relationship between the user and its permissions (#574)
  • resource/auth0_user_permissions: Add new resource to manage a 1:many relationship between the user and its permissions (#578)
  • resource/auth0_user_role: Add new resource to manage a 1:1 relationship between the user and its roles (#580)
  • resource/auth0_user_roles: Add new resource to manage a 1:many relationship between the user and its roles (#579)
  • resource/auth0_role_permission: Add new resource to manage a 1:1 relationship between the role and its permissions (#582)
  • resource/auth0_role_permissions: Add new resource to manage a 1:many relationship between the role and its permissions (#583)
  • resource/auth0_user: Add new readonly permissions attribute (#572)
  • resource/auth0_client: Add OIDC Back-Channel Logout support (#581)
  • resource/auth0_role: Add description and resource_server_name read-only fields to permissions (#581)

BUG FIXES:

  • Fix created import ID on association resource (#569)

NOTES:

  • ⚠️ Check our migration guide to navigate the deprecations that were added in this release.

v0.46.0

02 May 08:54
c0e6308
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_resource_server: Remove invalid options attribute from schema (#551)
  • resource/auth0_trigger_binding: Fix trigger import issue (#554)
  • data-source/auth0_resource_server: Fix auth0 management api data source not reading scopes (#555)
  • resource/auth0_connection: Fix faulty diffs when setting the metadata_xml on a SAML connection (#559)
  • resource/auth0_connection_client: Stop overriding internally the imported ID for this resource (#562)
  • resource/auth0_organization_connection: Stop overriding internally the imported ID for this resource (#562)
  • resource/auth0_organization_member: Stop overriding internally the imported ID for this resource (#562)

FEATURES:

  • resource/auth0_guardian: Add support for direct provider within push MFA (#535)

ENHANCEMENTS:

  • resource/auth0_tenant: Add support for mfa_show_factor_list_on_enrollment flag (#561)

NOTES:

  • ⚠️ The removal of the options attribute from the auth0_resource_server resource, while technically a breaking change,
    should not cause any issues as the API wasn't accepting this parameter.

v0.45.0

17 Mar 13:24
1f91edb
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_branding_theme: Fixed typo in fonts.links_style validation (#523)
  • data-source/auth0_resource_server: Fixed data source to always return the id instead of the identifier (#532)

FEATURES:

  • data-source/auth0_custom_domain: Added data source to fetch custom domain (#526)
  • resource/auth0_connection: Added support for ping federate connections (#527)

ENHANCEMENTS:

  • resource/auth0_client_grant: Check if client grant already exists before creating (#529)
  • resource/auth0_connection: Added disable_self_service_change_password flag to database connection (#525)

NOTES:

  • Updated docs for auth0_role resource (#524)

v0.44.1

03 Mar 14:27
76cd907
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_prompt_custom_text: Added missing status prompt type (#513)
  • data-source/auth0_connection: Moved check for config secrets from the read to the update func (#517)

ENHANCEMENTS:

  • resource/auth0_branding_theme: Made fields optional (#499)

NOTES:

  • Added docs on available log stream types (#462)
  • Added docs on how to obtain the custom domain id for importing auth0_custom_domain resources (#463)

v0.44.0

22 Feb 16:31
12f257e
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_prompt_custom_text: Added missing prompt types (#506)
  • resource/auth0_branding: Fixed resource to allow managing only the universal login (#506)

FEATURES:

  • data-source/auth0_connection: Added data source to fetch connection information (#470)
  • data-source/auth0_resource_server: Added data source to fetch resource server information (#477)
  • data-source/auth0_organization: Added data source to fetch organization information (#475)
  • data-source/auth0_tenant: Expanded data source to fetch all the tenant information (#479)
  • data-source/auth0_user: Added data source to fetch user information (#481)
  • data-source/auth0_role: Added data source to fetch role information (#483)
  • data-source/auth0_attack_protection: Added data source to fetch attack protection information (#485)
  • data-source/auth0_branding: Added data source to fetch branding information (#500)
  • data-source/auth0_branding_theme: Added data source to fetch branding theme information (#500)
  • resource/auth0_branding_theme: Simplified management of this resource to no longer force a user to import the resource if already existing (#504)

NOTES:

  • resource/auth0_connection: Updated connection docs (#471)
  • resource/auth0_tenant: Added deprecation notice to flags.universal_login (#503)

v0.43.0

31 Jan 11:09
01d9b9e
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_guardian: Allow updating message templates for phone-message-hook sms provider (#444)
  • resource/auth0_branding: Manage universal-login body only if custom domains are set (#446)
  • resource/auth0_connection: Set authorization_endpoint, issuer, jws_uri, token_endpoint, user_info_endpoint as Computed to prevent diff issues (#443)
  • resource/auth0_user: Only send changed fields when updating a user (#453)
  • resource/auth0_*: Relax url schema validation for initiate_login_uri, apple_app_link, google_app_link, default_redirection_uri to allow to be set to empty (#453)

FEATURES:

  • resource/auth0_log_stream: Added support for segment log stream type (#437)
  • resource/auth0_action: Added node18 to runtime options (#442)
  • resource/auth0_attack_protection: Added support for breached_password_detection.stage (#445)
  • resource/auth0_connection: Added support for enable_script_context to db connections (#452)
  • resource/auth0_connection: Added support for fed_metadata_xml to adfs connections (#458)
  • resource/auth0_connection: Added support for icon_url to okta connections (#459)

NOTES:

  • resource/auth0_client: Updated client_secret_rotation_trigger docs (#439)
  • resource/auth0_client: Updated cross_origin_auth docs (#456)

v0.42.0

05 Jan 09:49
2d3b26a
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_connection_client, resource/auth0_organization_connection, resource/auth0_organization_member:
    Fixed concurrency issue (#425)

BREAKING CHANGES:

  • resource/auth0_guardian: Redesigned how mfa types get enabled (#423)
    • It is now necessary to explicitly set the enabled attribute on all mfa types. Please check the auth0_guardian docs for more info.

v0.41.0

20 Dec 16:14
33f3c12
Compare
Choose a tag to compare

BREAKING CHANGES:

  • resource/auth0_connection: Removed enabled_clients field (#421)
    • It is necessary to migrate all enabled_clients on the auth0_connection resource to the auth0_connection_client resource.

v0.40.1

14 Dec 18:21
f48f09f
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_log_stream: Added support for Mixpanel log streams (#408)

BUG FIXES:

  • resource/auth0_guardian: Added provider to push mfa to fix sns settings not getting propagated (#415)
  • Prevent panic on null values when iterating over map elements (#413)