Releases: auth0/terraform-provider-auth0
Releases · auth0/terraform-provider-auth0
v1.13.1
v1.13.0
ENHANCEMENTS:
resource/auth0_connection
: Add support to setglobal_token_revocation_jwt_iss
andglobal_token_revocation_jwt_sub
property for a connection (#1142)data-source/auth0_user
: Add support to retrieve a user via lucene query (#1141)resource/auth0_prompt_partials
: Add support to set prompt ascustomized-consent
(#1151)resource/auth0_prompt_screen_partial
: Add support to setform_content
in insertion_points (#1151)resource/auth0_prompt_screen_partials
: Add support to setform_content
in insertion_points (#1151)resource/auth0_client
: Add support to set options forgoogle
as part ofnative_social_login
(#1150)resource/auth0_branding_theme
: Add support to setcaptcha_widget_theme
property (#1154)resource/auth0_trigger_action
: Addcustom-token-exchange
andcustom-email-provider
to list of supported triggers (#1155)resource/auth0_trigger_actions
: Addcustom-token-exchange
andcustom-email-provider
to list of supported triggers (#1155)resource/auth0_log_stream
: Add support to setis_priority
property (#1102)
v1.12.0
v1.11.1
v1.11.0
v1.10.0
ENHANCEMENTS:
resource/auth0_connection
- Add a Supportpassword reset by otp code
email template andverification_method
field 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_urls
andbackchannel_logout_initiators
. Thebackchannel_logout_initiators
property supportsmode
andselected_initiators
for 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