Releases: auth0/terraform-provider-auth0
Releases · auth0/terraform-provider-auth0
v1.7.3
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
v1.7.1
BUG FIXES:
data-source/auth0_organization
: Implemented enhanced error handling to gracefully manage "Forbidden" errors when retrieving the list of client grants via theauth0_organization
data source. This addresses cases where the feature is not enabled for the user, preventing the error from disrupting the process (#1049)resource/auth0_connection
: Updated documentation to clarify thatuser_id_attribute
can be eitheroid
orsub
for Azure AD connections (#1047)resource/auth0_form
: Updated docs to useauth0_form
in examples (#1046)
ENHANCEMENTS:
data-source/auth0_roles
: Updated fromOffset Pagination
toCheckpoint Pagination
to retrieve more than 1,000 role users (#1048)
v1.7.0
FEATURES:
resource/auth0_encryption_key_manager
: Add new resource for re-keying of tenant master key (#1031)resource/auth0_encryption_key_manager
: Add support forcustomer_provided_root_key
for BYOK (#1041)resource/auth0_organization_client_grant
: Add new resource for managing association of client-grant and organization (#1027)resource/auth0_form
: Add new resource for managing Forms (#1039)resource/auth0_flow
: Add new resource for managing Flows (#1039)resource/auth0_flow_vault_connection
: Add new resource for managing Flow Vault Connection (#1039)data-source/auth0_form
: Add a data-source for retrieving Form (#1039)data-source/auth0_flow
: Add a data-source for retrieving Flow (#1039)data-source/auth0_flow_vault_connection
: Add a data-source for retrieving Flow Vault Connection. (#1039)
ENHANCEMENTS:
resource/auth0_connection
: Add support forstrategy_version
to be configurable (#1024)resource/auth0_connection
: Add support foruser_id_attribute
in options attribute for AzureAD connections (#1028)data-source/auth0_organization
: Add support to fetch list of associated client grants (#1027)resource/auth0_tenant
: Add support foracr_values_supported
,pushed_authorization_requests_supported
andremove_alg_from_jwks
configuration (#1015)resource/auth0_client_credentials
: Add support for settingsigned_request_object
,tls_client_auth
andself_signed_tls_client_auth
(#1015)resource/auth0_client
: Add support for settingcompliance_level
andrequire_proof_of_possession
(#1015)resource/auth0_resource_server
: Add support for settingconsent_policy
,authorization_details
,token_encryption
andproof_of_possession
(#1015)data-source/auth0_client
: Add support to retrievesigned_request_object
,tls_client_auth
,compliance_level
andrequire_proof_of_possession
(#1015)
BUG FIXES:
resource/auth0_prompt_screen_partial
: Ensure removal of insertion points (#1043)
v1.6.1
v1.6.0
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
FEATURES:
v1.4.0
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 theauth0_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 forenable_sso
flag (#972)
NOTES:
resource/auth0_tenant
: Deprecated therequire-pushed-authorization-requests
attribute. (#986)
v1.3.0
FEATURES:
resource/auth0_connection
: Add support foris_signup_enabled
to support configuring sign-ups with Organization Membership (#974)resource/auth0_connection
: Add support forshow_as_button
to allow the button to be disabled in Organization Enterprise connections (#974)resource/auth0_resource_server
: Add Support forrfc9068_profile
andrfc9068_profile_authz
Token Dialects in Resource Server Configurationdata-source/auth0_organization
: Addis_signup_enabled
toconnections
to indicate if sign-ups with Organization Membership are enabled (#974)data-source/auth0_organization
: Addshow_as_button
toconnections
to indicatate if button is disabled in Organization Enterprise connections (#974)
(#973)