Releases: auth0/terraform-provider-auth0
Releases · auth0/terraform-provider-auth0
v1.10.0
ENHANCEMENTS:
resource/auth0_connection- Add a Supportpassword reset by otp codeemail template andverification_methodfield 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
v1.9.0
v1.8.0
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 settingoidc_logout, which includesbackchannel_logout_urlsandbackchannel_logout_initiators. Thebackchannel_logout_initiatorsproperty supportsmodeandselected_initiatorsfor more granular control (#1045)resource/auth0_self_service_profile: Add support for settingname,description,allowed_strategies(#1075)
BUG FIXES:
resource/auth0_form: Update messages property with expand rule (#1088)
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_organizationdata 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_attributecan be eitheroidorsubfor Azure AD connections (#1047)resource/auth0_form: Updated docs to useauth0_formin examples (#1046)
ENHANCEMENTS:
data-source/auth0_roles: Updated fromOffset PaginationtoCheckpoint Paginationto 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_keyfor 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_versionto be configurable (#1024)resource/auth0_connection: Add support foruser_id_attributein 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_supportedandremove_alg_from_jwksconfiguration (#1015)resource/auth0_client_credentials: Add support for settingsigned_request_object,tls_client_authandself_signed_tls_client_auth(#1015)resource/auth0_client: Add support for settingcompliance_levelandrequire_proof_of_possession(#1015)resource/auth0_resource_server: Add support for settingconsent_policy,authorization_details,token_encryptionandproof_of_possession(#1015)data-source/auth0_client: Add support to retrievesigned_request_object,tls_client_auth,compliance_levelandrequire_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: