Skip to content

Releases: auth0/terraform-provider-auth0

v1.40.0

19 Feb 09:45
087972e

Choose a tag to compare

FEATURES:

  • resource/auth0_action_module – Add support for creating and managing Auth0 Action Modules with publish flag to publish module versions (#1472)
  • data-source/auth0_action_module – Add support for retrieving Auth0 Action Modules by ID (#1472)
  • data-source/auth0_action_module_versions – Add support for retrieving all published versions of an Auth0 Action Module (#1472)
  • data-source/auth0_action_module_version – Add support for retrieving a specific version of an Auth0 Action Module (#1472)
  • data-source/auth0_action_module_actions – Add support for retrieving all actions that are using a specific Auth0 Action Module (#1472)
  • resource/auth0_tenant – Add support for configuring ephemeral_session_lifetime and idle_ephemeral_session_lifetime fields (#1483)
  • resource/auth0_supplemental_signals – Add support for managing Supplemental Signals Configuration (e.g., akamai_enabled) (#1481)
  • resource/auth0_self_service_profile – Add support for new SAML strategies: auth0-samlp and okta-samlp (#1479)

ENHANCEMENTS:

  • resource/auth0_action – Add support for configuring modules to reference Action Modules from within Actions (#1472)
  • resource/auth0_connection – Add support for configuring send_back_channel_nonce for OIDC back-channel connections (#1482)
  • resource/auth0_connection – Add support for use_oauth_spec_scope to control OAuth2 scope formatting when communicating with identity providers (#1480)

v1.39.1

09 Feb 13:30
d32642e

Choose a tag to compare

BUG FIXES:

  • resource/auth0_attack_protection – Improve CAPTCHA provider validation to allow imports with null sensitive fields while still enforcing checks on create/update (#1468)
  • resource/auth0_client_grant – Make allow_all_scopes nullable so it's omitted from API requests when not explicitly set, and fix transitions to specific scopes (#1471)
  • resource/auth0_user_attribute_profile – Remove redundant MinItems constraint from SAML mappings to fix Terraform generation errors (#1461)

NOTES:

  • resource/auth0_client – Update grant_types documentation to include Auth0 extension grants (#1470)

v1.39.0

30 Jan 10:47
4bf8f41

Choose a tag to compare

FEATURES:

  • resource/auth0_organization_discovery_domain – Add support for configuring use_for_organization_discovery (EA Only) (#1459)
  • resource/auth0_organization_discovery_domains – Add support for configuring use_for_organization_discovery (EA Only) (#1459)
  • resource/auth0_connection – Add native support for configuring Universal Password Hashing via the custom_password_hash option block (EA Only) (#1458)
  • resource/auth0_custom_domain – Add support for configuring relying_party_identifier (EA Only) (#1455)
  • resource/auth0_event_streams – Add WriteOnly support for Sensitive fields like Token/Password (#1436)
  • resource/auth0_client_grant – Add support for configuring allow_all_scopes (EA Only) (#1452)
  • resource/auth0_connection – Add support for configuring SMS and EMAIL passwordless authentication methods for database connections (EA Only) (#1453)
  • resource/auth0_connection – Add support for configuring email field for options (#1453)

ENHANCEMENTS:

  • resource/auth0_prompt_screen_renderer: Added support for ScreenPreLoginOrganizationPicker (#1459)
  • resource/auth0_client – Add support for configuring backchannel_logout_session_metadata (#1454)

BUG FIXES:

  • resource/auth0_client – Allow setting organization_discovery_methods as null (#1451)
  • resource/auth0_client – Allow setting token_exchange as null (#1460)

v1.38.0

08 Jan 09:24
e509380

Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_log_stream – Add support for eu-central-2 as a valid AWS region (#1444)

BUG FIXES:

  • resource/auth0_client – Update schema defaults to set enforce_cascade_revocation and enforce_online_refresh_tokens to true (#1446)

v1.37.0

22 Dec 16:15
1357229

Choose a tag to compare

FEATURES:

  • resource/auth0_connection_directory – Add support for creating and managing Directory Provisioning configurations for Google Workspace connections (#1440)
  • data-source/auth0_connection_directory – Add support for retrieving Directory Provisioning configurations by connection ID (#1440)
  • data-source/auth0_connection_directory_default_mapping – Add support for retrieving default Directory Provisioning attribute mappings (#1440)
  • resource/auth0_branding_phone_notification_template – Add support for creating and managing Branding Phone Notification Templates (#1430)
  • data-source/auth0_branding_phone_notification_template – Add support for retrieving Branding Phone Notification Templates (#1430)

BUG FIXES:

  • resource/auth0_connection_scim_token – Read SCIM token from schema and correctly persist it in state (#1425)
  • Remove unnecessary nullable attribute patch during Create (#1434)

v1.36.0

19 Nov 14:10
cef9454

Choose a tag to compare

FEATURES:

  • resource/auth0_connection_profile – Add support for creating and managing Auth0 Connection Profiles (#1414)
  • data-source/auth0_connection_profile – Add support for retrieving Auth0 Connection Profiles (#1414)
  • resource/auth0_client – Add support for configuring Express Configuration Client (#1414)
  • resource/auth0_client_grant – Add support for the new is_system property (#1414)
  • resource/auth0_resource_server – Add support for the new is_system property (#1414)

ENHANCEMENTS:

  • resource/auth0_network_acl – Add support for new dynamic_client_registration scope (#1413)

v1.35.0

13 Nov 12:23
a297cf6

Choose a tag to compare

FEATURES:

  • data-source/auth0_custom_domains – Add support for retrieving multiple Auth0 Custom Domains and support lucene query (#1389)

ENHANCEMENTS:

  • Fallback to access token from config.json when Keyring is not supported (#1381)

BUG FIXES:

  • resource/auth0_email_provider – Prevent credentials reset when updating other independent fields (#1411)
  • resource/auth0_attack_protection - Temporarily handle 403 errors for tenants where the Bot Detection API rollout is pending (#1410)

v1.34.0

10 Nov 06:07
b07b755

Choose a tag to compare

FEATURES:

  • resource/auth0_connection_scim_token - Add support for creating and managing SCIM bearer tokens for enterprise connections (#1399)
  • resource/auth0_attack_protection - Add support for configuring bot_detection and captcha settings (#1398)
  • resource/auth0_client - Add support for configuring async_approval_notification_channels to manage CIBA notification channels (#1397)

BUG FIXES:

  • resource/auth0_resource_server - Add support for configuring subject_type_authorization.user for Management API resource server (#1404)

v1.33.0

31 Oct 06:18
a6f1ec4

Choose a tag to compare

FEATURES:

  • resource/auth0_connection - Add support for managing OAuth1 Connections (#1394)
  • data-source/auth0_client_grants - Add support for retrieving Auth0 Client Grants (#1393)
  • resource/auth0_organization_discovery_domain - Add support for managing a single Organization Discovery Domain (#1375)
  • resource/auth0_organization_discovery_domains - Add support for managing multiple Organization Discovery Domains (#1375)
  • resource/auth0_client - Add support for configuring organization_discovery_methods (#1375)

BUG FIXES:

  • resource/auth0_client - Allow setting skip_non_verifiable_callback_uri_confirmation_prompt attribute as null (#1379)

v1.32.0

13 Oct 11:59
a7606d7

Choose a tag to compare

FEATURES:

  • resource/auth0_connection: Add support for configuring authentication and connected_accounts settings (#1360)