Releases: auth0/terraform-provider-auth0
Releases · auth0/terraform-provider-auth0
v1.0.0
v1.0.0
NOTES:
⚠️ Check our migration guide to navigate the breaking changes that were added in this release.- This release supports auto generated terraform configuration. Check our guide for more info.
FEATURES:
resource/auth0_connection
: Add support for Line strategy (#818)resource/auth0_connection
: Addpkce
andattribute_map
settings to OIDC and Okta Workforce connection options (#815)resource/auth0_client
: Add support for pushed authorization requests setting (#756)resource/auth0_tenant
: Add support for pushed authorization requests setting (#756)resource/auth0_tenant
: Add support forallow_organization_name_in_authentication_api
toggle (#832)data-source/auth0_pages
: Add new data source to retrieve Auth0 pages (#706)data-source/auth0_signing_keys
: Add new data source to retrieve signing keys for applications (#839)
ENHANCEMENTS:
resource/auth0_branding
: Improve validation for universal login template body (#819)resource/auth0_client
: Improve DX for managingis_token_endpoint_ip_header_trusted
(#796)resource/auth0_log_stream
: Improve resource schema (#798)data-source/auth0_role
: Add ability to retrieve users assigned to a role (#758)resource/auth0_email_provider
: Add support forazure_cs
andms365
email providers (#752)resource/auth0_connection
: Add support fordecryption_key
on SAML Connection Options (#755)resource/auth0_tenant
: Add support forOIDCLogoutPrompt
toggle (#754)resource/auth0_action
: Add support for GA version of Node 18 withinruntime
field (#709, #722)resource/auth0_trigger_actions
: Addpassword-reset-post-challenge
to available trigger bindings (#726)resource/auth0_trigger_action
: Addpassword-reset-post-challenge
to available trigger bindings (#746)resource/auth0_*
: Improve how we check for 404 errors (#727)resource/auth0_client
: Add validation to prevent emptymobile
block (#742)resource/auth0_prompt_custom_text
: Add support for six new languages (#732)resource/auth0_connection
: Add support formap_user_id_to_id
options field for Google Workspace connections (#840)
BUG FIXES:
resource/auth0_prompt_custom_text
: Prevent"null"
string literal when importing resource (#821)resource/auth0_guardian
: Remove minorphone.message_types
validation (#820)resource/auth0_connection
: Allow sendingnull
values forfrom
andmessagingServiceSID
in SMS connection options (#829)resource/auth0_connection
: Passing-through Google Workspace admin tokens when managing the connection (#830)resource/auth0_tenant
: Allow creating native apps with device code grant (#833)resource/auth0_client_credentials
: Stop requiringread:client_keys
permission when reading the resource (#795)resource/auth0_connection
: Passing-through critical connection options for following connection types: Ping Federate, AD, Azure AD, SAML (#802)resource/*
: Fix pagination issues when fetching resources (#807)data-source/*
: Fix pagination issues when fetching data sources (#807)resource/auth0_client_grant
: Add validation to prevent empty string scope values (#793)provider
: Fix issue with rate limit retry mechanism (#788)resource/auth0_client
: Prevent sending empty payloads for client addons (#759)resource/auth0_connection
: Correctly expandshopify
connection strategy types (#728)data-source/auth0_*
: Raise 404 errors when retrieving data sources (#698)
BREAKING CHANGES:
resource/auth0_client
: Formally type theaddons
sub-properties (#655, #656, #657, #658, #661, #662, #663, #664, #665, #666, #667, #668, #669, #670, #671, #672, #673, #674, #675, #676, #677, #678, #681, #682)resource/auth0_user
: Removeroles
andpermissions
fields (#703)resource/auth0_resource_server
: Removescopes
field (#703)resource/auth0_global_client
: Remove resource (#704)data-source/auth0_global_client
: Remove data source (#704)resource/auth0_tenant
: Removechange_password
,error_page
andguardian_mfa_page
fields (#711)resource/auth0_tenant
: Removeuniversal_login
block (#712)resource/auth0_client
: Removeclient_secret_rotation_trigger
field (#711)resource/auth0_role
: Removepermissions
field (#714)resource/auth0_organization_member
: Removeroles
field (#715)resource/auth0_client_grant
: Renamescope
field toscopes
(#717)resource/auth0_*
: Align resource import separators (#718)resource/auth0_client
: Removeclient_secret
andtoken_endpoint_auth_method
fields (#725)resource/auth0_email
: Removeapi_user
field (#730)resource/auth0_connection
: Removeenabled_clients
field (#730)resource/auth0_trigger_binding
: Remove resource (#730)resource/auth0_email
: Rename resource toauth0_email_provider
(#731)
v1.0.0-beta.4
NOTES:
- This release supports auto generated terraform configuration. Check our guide for more info.
⚠️ Check our migration guide to navigate the breaking changes that were added in this release.
FEATURES:
resource/auth0_connection
: Add support for Line strategy (#818)resource/auth0_connection
: Addpkce
andattribute_map
settings to OIDC and Okta Workforce connection options (#815)resource/auth0_client
: Add support for pushed authorization requests setting (#756)resource/auth0_tenant
: Add support for pushed authorization requests setting (#756)resource/auth0_tenant
: Add support forallow_organization_name_in_authentication_api
toggle (#832)
ENHANCEMENTS:
resource/auth0_branding
: Improve validation for universal login template body (#819)
BUG FIXES:
resource/auth0_prompt_custom_text
: Prevent"null"
string literal when importing resource (#821)resource/auth0_guardian
: Remove minorphone.message_types
validation (#820)resource/auth0_connection
: Allow sendingnull
values forfrom
andmessagingServiceSID
in SMS connection options (#829)resource/auth0_connection
: Passing-through Google Workspace admin tokens when managing the connection (#830)resource/auth0_tenant
: Allow creating native apps with device code grant (#833)
v1.0.0-beta.3
NOTES:
⚠️ Check our migration guide to navigate the breaking changes that were added in this release.
ENHANCEMENTS:
resource/auth0_client
: Improve DX for managingis_token_endpoint_ip_header_trusted
(#796)resource/auth0_log_stream
: Improve resource schema (#798)
BUG FIXES:
resource/auth0_client_credentials
: Stop requiringread:client_keys
permission when reading the resource (#795)resource/auth0_connection
: Passing-through critical connection options for following connection types: Ping Federate, AD, Azure AD, SAML(#802)resource/*
: Fix pagination issues when fetching resources (#807)data-source/*
: Fix pagination issues when fetching data sources (#807)
v0.50.2
v1.0.0-beta.2
NOTES:
⚠️ Check our migration guide to navigate the breaking changes that were added in this release.
BUG FIXES:
v0.50.1
v1.0.0-beta.1
NOTES:
⚠️ Check our migration guide to navigate the breaking changes that were added in this release.
ENHANCEMENTS:
data-source/auth0_role
: Add ability to retrieve users assigned to a role (#758)resource/auth0_email_provider
: Add support forazure_cs
andms365
email providers (#752)resource/auth0_connection
: Add support fordecryption_key
on SAML Connection Options (#755)resource/auth0_tenant
: Add support forOIDCLogoutPrompt
toggle (#754)
BUG FIXES:
resource/auth0_client
: Prevent sending empty payloads for client addons (#759)
v1.0.0-beta.0
NOTES:
⚠️ Check our migration guide to navigate the breaking changes that were added in this release.
FEATURES:
data-source/auth0_pages
: Add new data source to retrieve Auth0 pages (#706)
ENHANCEMENTS:
resource/auth0_action
: Add support for GA version of Node 18 withinruntime
field (#709, #722)resource/auth0_trigger_actions
: Addpassword-reset-post-challenge
to available trigger bindings (#726)resource/auth0_trigger_action
: Addpassword-reset-post-challenge
to available trigger bindings (#746)resource/auth0_*
: Improve how we check for 404 errors (#727)resource/auth0_client
: Add validation to prevent emptymobile
block (#742)resource/auth0_prompt_custom_text
: Add support for six new languages (#732)
BUG FIXES:
resource/auth0_connection
: Correctly expandshopify
connection strategy types (#728)data-source/auth0_*
: Raise 404 errors when retrieving data sources (#698)
BREAKING CHANGES:
resource/auth0_client
: Formally type theaddons
sub-properties (#655, #656, #657, #658, #661, #662, #663, #664, #665, #666, #667, #668, #669, #670, #671, #672, #673, #674, #675, #676, #677, #678, #681, #682)resource/auth0_user
: Removeroles
andpermissions
fields (#703)resource/auth0_resource_server
: Removescopes
field (#703)resource/auth0_global_client
: Remove resource (#704)data-source/auth0_global_client
: Remove data source (#704)resource/auth0_tenant
: Removechange_password
,error_page
andguardian_mfa_page
fields (#711)resource/auth0_tenant
: Removeuniversal_login
block (#712)resource/auth0_client
: Removeclient_secret_rotation_trigger
field (#711)resource/auth0_role
: Removepermissions
field (#714)resource/auth0_organization_member
: Removeroles
field (#715)resource/auth0_client_grant
: Renamescope
field toscopes
(#717)resource/auth0_*
: Align resource import separators (#718)resource/auth0_client
: Removeclient_secret
andtoken_endpoint_auth_method
fields (#725)resource/auth0_email
: Removeapi_user
field (#730)resource/auth0_connection
: Removeenabled_clients
field (#730)resource/auth0_trigger_binding
: Remove resource (#730)resource/auth0_email
: Rename resource toauth0_email_provider
(#731)
v0.50.0
FEATURES:
auth0_pages
: Add new resource to manage Auth0 pages (change_password
,error
,guardian_mfa
,login
) (#691)
ENHANCEMENTS:
resource/auth0_client
: Addpost_login_prompt
to available options for theorganization_require_behavior
attribute (#680)resource/auth0_connection
: Relaxmetadata
validation by not requiring key length to be between 0 and 10 characters (#685)
BUG FIXES:
resource/auth0_organization_connections
,resource/auth0_organization_members
: Address a bug causing inconsistencies in the safeguarding process, ensuring reliable protection against erasing unintended modifications (#645)resource/auth0_organization_members
: Address a bug that prevented the creation of organization members when the member list was empty (#646)resource/auth0_connection
,resource/auth0_organization_member
,resource/auth0_user
: Update diffing algorithm to address a bug where the order of additions and removals was causing incorrect results (#650)resource/auth0_connection
: Remove invalid connection strategies (#694)resource/auth0_client
: Modify the behavior to only allow the update of theis_token_endpoint_ip_header_trusted
setting after the client has been created successfully (#696)resource/auth0_branding
: Addressed a bug that prevented the deletion of the template when the universal login block was removed (#695)
NOTES:
⚠️ Check our migration guide to navigate the deprecations that were added in this release.
v0.49.0
FEATURES:
data-source/auth0_organization
: Add members (#615)resource/auth0_organization_connections
: Add new resource to manage a 1:many relationship between an organization and its enabled connections (#610)resource/auth0_organization_members
: Add new resource to manage a 1:many relationship between an organization and its members (#614)resource/auth0_organization_member_role
: Add new resource to manage a 1:1 relationship between an organization member and its roles (#622)resource/auth0_organization_member_roles
: Add new resource to manage a 1:many relationship between an organization member and its roles (#617)resource/auth0_trigger_action
: Add new resource to manage a 1:1 relationship between a trigger binding and an action (#612, #621)resource/auth0_trigger_actions
: Add new resource to manage a 1:many relationship between a trigger binding and actions (#613)
BUG FIXES:
resource/auth0_client_credentials
: Correctly set ID when importing (#608)resource/auth0_connection
: More consistentset_user_root_attributes
behavior for enterprise connections (#619)resource/auth0_user_role
: Enable importing of resource (#629)resource/auth0_user_permissions
: Update diffing algorithm to address a bug where the order of additions and removals was causing incorrect results (#630)resource/auth0_role_permissions
: Update diffing algorithm to address a bug where the order of additions and removals was causing incorrect results (#632)resource/auth0_trigger_action
: Fix delete logic (#639)
NOTES:
⚠️ Check our migration guide
to navigate the deprecations that were added in this release.