Releases: auth0/terraform-provider-auth0
Releases · auth0/terraform-provider-auth0
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)
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
FEATURES:
resource/auth0_tenant
: Add support forcustomize_mfa_in_postlogin_action
setting (#871)
ENHANCEMENTS:
resource/auth0_client
: Set defaulttoken_endpoint_auth_method
based onapp_type
on creation (#878)
BUG FIXES:
resource/auth0_tenant
: Set defaultidle_session_lifetime
andsession_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 fordisable_self_service_change_password
on AD connection options (#874)