Skip to content

Latest commit

 

History

History
825 lines (514 loc) · 58 KB

CHANGELOG.md

File metadata and controls

825 lines (514 loc) · 58 KB

v1.2.1

ENHANCEMENTS:

  • Switched from offset pagination to checkpoint pagination when listing organizations/members to remove the 1000 result limit (#965)

BUG FIXES:

  • resource/auth0_organization_member: Resolve an issue where organization members were searched among a limited paginated result (#964)

NOTES:

  • resource/auth0_role_permission: Improved documentation by adding resource config and import examples (#963)
  • resource/auth0_role_permissions: Improved documentation by adding resource config and import examples (#963)

v1.2.0

FEATURES:

  • resource/auth0_prompt_partials: Add new resource to manage prompt partials (#918)

v1.1.2

ENHANCEMENTS:

  • resource/auth0_action: Prevent sending secrets and dependencies config if no changes triggered (#903)

BUG FIXES:

  • resource/auth0_connection: Fix PKCE values for OIDC connections (#896)
  • resource/auth0_connection: Allow samlp block to be defined as empty and inherit default values (#905)

v1.1.1

BUG FIXES:

  • resource/auth0_client_grant: Allowing scopes to be set as empty (#888)

v1.1.0

FEATURES:

  • resource/auth0_tenant: Add support for customize_mfa_in_postlogin_action setting (#871)

ENHANCEMENTS:

  • resource/auth0_client: Set default token_endpoint_auth_method based on app_type on creation (#878)

BUG FIXES:

  • resource/auth0_tenant: Set default idle_session_lifetime and session_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 for disable_self_service_change_password on AD connection options (#874)

v1.0.0

NOTES:

FEATURES:

  • resource/auth0_connection: Add support for Line strategy (#818)
  • resource/auth0_connection: Add pkce and attribute_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 for allow_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 managing is_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 for azure_cs and ms365 email providers (#752)
  • resource/auth0_connection: Add support for decryption_key on SAML Connection Options (#755)
  • resource/auth0_tenant: Add support for OIDCLogoutPrompt toggle (#754)
  • resource/auth0_action: Add support for GA version of Node 18 within runtime field (#709, #722)
  • resource/auth0_trigger_actions: Add password-reset-post-challenge to available trigger bindings (#726)
  • resource/auth0_trigger_action: Add password-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 empty mobile block (#742)
  • resource/auth0_prompt_custom_text: Add support for six new languages (#732)
  • resource/auth0_connection: Add support for map_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 minor phone.message_types validation (#820)
  • resource/auth0_connection: Allow sending null values for from and messagingServiceSID 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 requiring read: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 expand shopify connection strategy types (#728)
  • data-source/auth0_*: Raise 404 errors when retrieving data sources (#698)

BREAKING CHANGES:

  • resource/auth0_client: Formally type the addons 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: Remove roles and permissions fields (#703)
  • resource/auth0_resource_server: Remove scopes field (#703)
  • resource/auth0_global_client: Remove resource (#704)
  • data-source/auth0_global_client: Remove data source (#704)
  • resource/auth0_tenant: Remove change_password, error_page and guardian_mfa_page fields (#711)
  • resource/auth0_tenant: Remove universal_login block (#712)
  • resource/auth0_client: Remove client_secret_rotation_trigger field (#711)
  • resource/auth0_role: Remove permissions field (#714)
  • resource/auth0_organization_member: Remove roles field (#715)
  • resource/auth0_client_grant: Rename scope field to scopes (#717)
  • resource/auth0_*: Align resource import separators (#718)
  • resource/auth0_client: Remove client_secret and token_endpoint_auth_method fields (#725)
  • resource/auth0_email: Remove api_user field (#730)
  • resource/auth0_connection: Remove enabled_clients field (#730)
  • resource/auth0_trigger_binding: Remove resource (#730)
  • resource/auth0_email: Rename resource to auth0_email_provider (#731)

v1.0.0-beta.4

NOTES:

FEATURES:

  • resource/auth0_connection: Add support for Line strategy (#818)
  • resource/auth0_connection: Add pkce and attribute_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 for allow_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 minor phone.message_types validation (#820)
  • resource/auth0_connection: Allow sending null values for from and messagingServiceSID 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 managing is_token_endpoint_ip_header_trusted (#796)
  • resource/auth0_log_stream: Improve resource schema (#798)

BUG FIXES:

  • resource/auth0_client_credentials: Stop requiring read: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)

v1.0.0-beta.2

NOTES:

  • ⚠️ Check our migration guide to navigate the breaking changes that were added in this release.

BUG FIXES:

  • resource/auth0_client_grant: Add validation to prevent empty string scope values (#793)
  • provider: Fix issue with rate limit retry mechanism (#788)

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 for azure_cs and ms365 email providers (#752)
  • resource/auth0_connection: Add support for decryption_key on SAML Connection Options (#755)
  • resource/auth0_tenant: Add support for OIDCLogoutPrompt 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 within runtime field (#709, #722)
  • resource/auth0_trigger_actions: Add password-reset-post-challenge to available trigger bindings (#726)
  • resource/auth0_trigger_action: Add password-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 empty mobile block (#742)
  • resource/auth0_prompt_custom_text: Add support for six new languages (#732)

BUG FIXES:

  • resource/auth0_connection: Correctly expand shopify connection strategy types (#728)
  • data-source/auth0_*: Raise 404 errors when retrieving data sources (#698)

BREAKING CHANGES:

  • resource/auth0_client: Formally type the addons 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: Remove roles and permissions fields (#703)
  • resource/auth0_resource_server: Remove scopes field (#703)
  • resource/auth0_global_client: Remove resource (#704)
  • data-source/auth0_global_client: Remove data source (#704)
  • resource/auth0_tenant: Remove change_password, error_page and guardian_mfa_page fields (#711)
  • resource/auth0_tenant: Remove universal_login block (#712)
  • resource/auth0_client: Remove client_secret_rotation_trigger field (#711)
  • resource/auth0_role: Remove permissions field (#714)
  • resource/auth0_organization_member: Remove roles field (#715)
  • resource/auth0_client_grant: Rename scope field to scopes (#717)
  • resource/auth0_*: Align resource import separators (#718)
  • resource/auth0_client: Remove client_secret and token_endpoint_auth_method fields (#725)
  • resource/auth0_email: Remove api_user field (#730)
  • resource/auth0_connection: Remove enabled_clients field (#730)
  • resource/auth0_trigger_binding: Remove resource (#730)
  • resource/auth0_email: Rename resource to auth0_email_provider (#731)

0.50.2

ENHANCEMENTS:

  • resource/auth0_action: Add node18 GA (node18-actions) option to runtime(#803)

0.50.1

BUG FIXES:

  • resource/auth0_connection: Passing-through critical connection options for following connection types: Ping Federate, AD, Azure AD, SAML(#786)

0.50.0

FEATURES:

  • resource/auth0_pages: Add new resource to manage Auth0 pages (change_password, error, guardian_mfa, login) (#691)

ENHANCEMENTS:

  • resource/auth0_client: Add post_login_prompt to available options for the organization_require_behavior attribute (#680)
  • resource/auth0_connection: Relax metadata 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 the is_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.

0.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 consistent set_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.

0.48.0

FEATURES:

  • resource/auth0_client_credentials: Add new resource to manage client credentials (client_secret, private_key_jwt, authentication_methods) (#588)
  • resource/auth0_resource_server_scopes: Add new resource to manage a 1:many relationship between the resource server (API) and its scopes (permissions) (#600)
  • resource/auth0_resource_server_scope: Add new resource to manage a 1:1 relationship between the resource server (API) and its scopes (permissions) (#589)

BUG FIXES:

  • resource/auth0_connection: Fix json tag for forward_request_info attribute (#591)
  • Fix import issue on several resources (auth0_connection_clients, auth0_user_permissions, auth0_user_roles, auth0_role_permissions) (#594, #595, #596, #597)
  • resource/auth0_connection: Fix issue with setting set_user_root_attributes to on_each_login for Microsoft Azure AD Connections (#602)

NOTES:

  • New guides on how to achieve 0 downtime client credentials were added in this release (#592)
  • ⚠️ Check our migration guide to navigate the deprecations that were added in this release.

0.47.0

FEATURES:

  • resource/auth0_connection_clients: Add new resource to manage a 1:many relationship between the connection and its enabled clients (#568)
  • resource/auth0_user_permission: Add new resource to manage a 1:1 relationship between the user and its permissions (#574)
  • resource/auth0_user_permissions: Add new resource to manage a 1:many relationship between the user and its permissions (#578)
  • resource/auth0_user_role: Add new resource to manage a 1:1 relationship between the user and its roles (#580)
  • resource/auth0_user_roles: Add new resource to manage a 1:many relationship between the user and its roles (#579)
  • resource/auth0_role_permission: Add new resource to manage a 1:1 relationship between the role and its permissions (#582)
  • resource/auth0_role_permissions: Add new resource to manage a 1:many relationship between the role and its permissions (#583)
  • resource/auth0_user: Add new readonly permissions attribute (#572)
  • resource/auth0_client: Add OIDC Back-Channel Logout support (#581)
  • resource/auth0_role: Add description and resource_server_name read-only fields to permissions (#581)

BUG FIXES:

  • Fix created import ID on association resource (#569)

NOTES:

  • ⚠️ Check our migration guide to navigate the deprecations that were added in this release.

0.46.0

BUG FIXES:

  • resource/auth0_resource_server: Remove invalid options attribute from schema (#551)
  • resource/auth0_trigger_binding: Fix trigger import issue (#554)
  • data-source/auth0_resource_server: Fix auth0 management api data source not reading scopes (#555)
  • resource/auth0_connection: Fix faulty diffs when setting the metadata_xml on a SAML connection (#559)
  • resource/auth0_connection_client: Stop overriding internally the imported ID for this resource (#562)
  • resource/auth0_organization_connection: Stop overriding internally the imported ID for this resource (#562)
  • resource/auth0_organization_member: Stop overriding internally the imported ID for this resource (#562)

FEATURES:

  • resource/auth0_guardian: Add support for direct provider within push MFA (#535)

ENHANCEMENTS:

  • resource/auth0_tenant: Add support for mfa_show_factor_list_on_enrollment flag (#561)

NOTES:

  • ⚠️ The removal of the options attribute from the auth0_resource_server resource, while technically a breaking change, should not cause any issues as the API wasn't accepting this parameter.

0.45.0

BUG FIXES:

  • resource/auth0_branding_theme: Fixed typo in fonts.links_style validation (#523)
  • data-source/auth0_resource_server: Fixed data source to always return the id instead of the identifier (#532)

FEATURES:

  • data-source/auth0_custom_domain: Added data source to fetch custom domain (#526)
  • resource/auth0_connection: Added support for ping federate connections (#527)

ENHANCEMENTS:

  • resource/auth0_client_grant: Check if client grant already exists before creating (#529)
  • resource/auth0_connection: Added disable_self_service_change_password flag to database connection (#525)

NOTES:

  • Updated docs for auth0_role resource (#524)

0.44.1

BUG FIXES:

  • resource/auth0_prompt_custom_text: Added missing status prompt type (#513)
  • data-source/auth0_connection: Moved check for config secrets from the read to the update func (#517)

ENHANCEMENTS:

  • resource/auth0_branding_theme: Made fields optional (#499)

NOTES:

  • Added docs on available log stream types (#462)
  • Added docs on how to obtain the custom domain id for importing auth0_custom_domain resources (#463)

0.44.0

BUG FIXES:

  • resource/auth0_prompt_custom_text: Added missing prompt types (#506)
  • resource/auth0_branding: Fixed resource to allow managing only the universal login (#506)

FEATURES:

  • data-source/auth0_connection: Added data source to fetch connection information (#470)
  • data-source/auth0_resource_server: Added data source to fetch resource server information (#477)
  • data-source/auth0_organization: Added data source to fetch organization information (#475)
  • data-source/auth0_tenant: Expanded data source to fetch all the tenant information (#479)
  • data-source/auth0_user: Added data source to fetch user information (#481)
  • data-source/auth0_role: Added data source to fetch role information (#483)
  • data-source/auth0_attack_protection: Added data source to fetch attack protection information (#485)
  • data-source/auth0_branding: Added data source to fetch branding information (#500)
  • data-source/auth0_branding_theme: Added data source to fetch branding theme information (#500)
  • resource/auth0_branding_theme: Simplified management of this resource to no longer force a user to import the resource if already existing (#504)

NOTES:

  • resource/auth0_connection: Updated connection docs (#471)
  • resource/auth0_tenant: Added deprecation notice to flags.universal_login (#503)

0.43.0

BUG FIXES:

  • resource/auth0_guardian: Allow updating message templates for phone-message-hook sms provider (#444)
  • resource/auth0_branding: Manage universal-login body only if custom domains are set (#446)
  • resource/auth0_connection: Set authorization_endpoint, issuer, jws_uri, token_endpoint, user_info_endpoint as Computed to prevent diff issues (#443)
  • resource/auth0_user: Only send changed fields when updating a user (#453)
  • resource/auth0_*: Relax url schema validation for initiate_login_uri, apple_app_link, google_app_link, default_redirection_uri to allow to be set to empty (#453)

FEATURES:

  • resource/auth0_log_stream: Added support for segment log stream type (#437)
  • resource/auth0_action: Added node18 to runtime options (#442)
  • resource/auth0_attack_protection: Added support for breached_password_detection.stage (#445)
  • resource/auth0_connection: Added support for enable_script_context to db connections (#452)
  • resource/auth0_connection: Added support for fed_metadata_xml to adfs connections (#458)
  • resource/auth0_connection: Added support for icon_url to okta connections (#459)

NOTES:

  • resource/auth0_client: Updated client_secret_rotation_trigger docs (#439)
  • resource/auth0_client: Updated cross_origin_auth docs (#456)

0.42.0

BUG FIXES:

  • resource/auth0_connection_client, resource/auth0_organization_connection, resource/auth0_organization_member: Fixed concurrency issue (#425)

BREAKING CHANGES:

  • resource/auth0_guardian: Redesigned how mfa types get enabled (#423)
    • It is now necessary to explicitly set the enabled attribute on all mfa types. Please check the auth0_guardian docs for more info.

0.41.0

BREAKING CHANGES:

  • resource/auth0_connection: Removed enabled_clients field (#421)
    • It is necessary to migrate all enabled_clients on the auth0_connection resource to the auth0_connection_client resource.

0.40.1

FEATURES:

  • resource/auth0_log_stream: Added support for Mixpanel log streams (#408)

BUG FIXES:

  • resource/auth0_guardian: Added provider to push mfa to fix sns settings not getting propagated (#415)
  • Prevent panic on null values when iterating over map elements (#413)

0.40.0

FEATURES:

  • resource/auth0_connection_client: Added new resource to manage enabled clients on a connection (#379)
  • resource/auth0_connection: Added support for okta connection type (#395)
  • resource/auth0_email: Added settings field (#394)

ENHANCEMENTS:

  • resource/auth0_connection: Added documentation for connection options for all strategy types (#383)
  • resource/auth0_client: Relaxed validation rules on initiate_login_uri to match API (#389)
  • resource/auth0_email: Update email provider if already existing when creating it (#377)
  • resource/auth0_email: Added validation to all attributes (#391)

NOTES:

  • resource/auth0_email: Deprecated api_user field (#392)

0.39.0

FEATURES:

  • resource/auth0_client: Added addons.samlp.issuer (#334)
  • resource/auth0_client: Added client_aliases (#367)
  • resource/auth0_custom_domain: Added custom_client_ip_header and tls_policy (#335)

BUG FIXES:

  • resource/auth0_branding: Ignored 404 error when fetching universal login content (#359)
  • resource/auth0_branding_theme: Improved precision of fields with float64 instead of int (#369)
  • resource/auth0_resource_server: Fixed managing auth0 management api (#374)
  • resource/auth0_client: Fixed update behavior of client_metadata (#362)
  • resource/auth0_connection: Added validation on identity_api for waad connections (#361)

NOTES:

  • resource/auth0_resource_server: Improved RBAC docs (#371)
  • resource/auth0_action: Added guide on how to retrieve available action triggers (#370)
  • resource/auth0_prompt_custom_text: Escaped dollar sign references in docs (#366)

0.38.0

This release focuses primarily on setting fields to empty values consistently across all resources. For an in depth explanation please check: #14

BUG FIXES:

  • Allowed setting fields to empty consistently across all resources (#354)
  • Correctly destroy resources by setting the ID to blank (#354)
  • Stop ignoring non 404 errors when deleting resources (#354)
  • resource/auth0_prompt: Set universal_login_experience and webauthn_platform_first_factor to Computed (#354)
  • resource/auth0_resource_server: Set skip_consent_for_verifiable_first_party_clients and enforce_policies to Computed (#354)
  • resource/auth0_rule: Set enabled to Computed (#354)

BREAKING CHANGES:

  • resource/auth0_organization: Removed deprecated connections field (#354)
    • Please migrate all managed connections through the auth0_organization resource to the auth0_organization_connection resource.

NOTES:

  • resource/auth0_resource_server: Changed identifier from Optional to Required (#354)

0.37.1

BUG FIXES:

  • resource/auth0_client: Fix how we expand addons.samlp (#322)

NOTES:

  • resource/auth0_client: Improve description of app_type attribute (#325)

0.37.0

FEATURES:

  • resource/auth0_connection: Prevented erasing options.configuration by mistake (#307)

BUG FIXES:

  • resource/auth0_organization_connection: Fixed issue with importing (#301)
  • resource/auth0_organization_member: Fixed issue with importing (#302)
  • resource/auth0_connection: Added missing field set_user_root_attributes to the auth0 connection (#303)
  • data-source/auth0_client: Fixed search by name through all available clients (#306)
  • resource/auth0_email: Refactored and removed ForceNew on secret fields (#304)

NOTES:

  • resource/auth0_prompt: Refactored and added additional test cases (#305)
  • Upgraded test recordings to go-vcr v3 (#309)
  • Removed unnecessary MapData struct from resource data helpers (#310)

0.36.0

FEATURES:

  • resource/auth0_branding_theme: Add new resource to manage branding themes (#292)
  • provider: Add ability to pass a custom audience when using client credentials flow (#295)

NOTES:

  • auth0_action: Improve supported_triggers.version description (#287)
  • auth0_connection: Improve options.scopes description (#297)

0.35.0

FEATURES:

  • resource/auth0_action: Throw error when encountering untracked action secrets (#248)

NOTES:

  • Reorganized project layout (#262)
  • Updated documentation and examples

0.34.0

FEATURES:

  • resource/auth0_prompt: Added webauthn_platform_first_factor field (#237)
  • resource/auth0_connection: Added auth_params for passwordless email connections (#235, #240, #241)
  • resource/auth0_connection: Added support for multiple OAuth2 compatible strategies (#239)
  • resource/auth0_organization_member: Added new resource to manage organization members and their roles (#256)
  • resource/auth0_organization_connection: Added new resource to manage organization connections (#253)

BUG FIXES:

  • resource/auth0_organization: Fixed issue with not being able to update connections (#244)
  • resource/auth0_organization: Fixed issue with metadata field not getting set to empty (#245, #254)
  • resource/auth0_action: Fix issue with not being able to update dependencies (#247)
  • resource/auth0_user: Fix infinite plan on user_metadata (#249, #250)

0.33.0

FEATURES:

  • resource/auth0_guardian: Added webauthn MFA (#213)
  • resource/auth0_guardian: Added duo MFA (#214)
  • resource/auth0_guardian: Added push (Amazon SNS, custom app) MFA (#215)
  • resource/auth0_guardian: Added recovery code (#216)
  • resource/auth0_tenant: Added session_cookie field (#220)
  • resource/auth0_client: Added sso_integration as valid app type (#221)
  • resource/auth0_email_template: Added include_email_in_redirect field (#229)
  • resource/auth0_connection: Added upstream_params field (#223)

0.32.0

FEATURES:

  • resource/auth0_connection: Added disable_sign_out field to samlp connections (#204)
  • resource/auth0_connection: Added metadata_xml and metadata_url to connection schema (#204)
  • resource/auth0_connection: Added signing_key to samlp connections (#210)
  • resource/auth0_connection: Adding pkce_enabled field to Oauth2 connection options (#212)
  • resource/auth0_tenant: Added several missing tenant flags (#208)

BREAKING CHANGES:

  • resource/auth0_connection: Removed deprecated options.app_domain in connection resource (#202)
  • resource/auth0_connection: Changed options.fields_map from Map to String (#207)
    • Please make sure to do a terraform state rm auth0_connection.<resource name> && terraform import auth0_connection.<resource name> <connID> in order to prevent issues due to the breaking change after upgrading to this version.

0.31.0

FEATURES:

  • resource/auth0_hook: Add warnings for untracked hook secrets (#189)
  • resource/auth0_log_stream: Add datadog_region validation (#192)
  • resource/auth0_connection: Add computed to password* fields in connection resource (#191)
  • resource/auth0_connection: Adding icon_url to OAuth2 connection types (#196)

BUG FIXES:

  • resource/auth0_connection: Fix crash with domain_aliases for ADFS (#172)
  • resource/auth0_connection: Fix subsequent updates to partial refresh_token object (#187)
  • resource/auth0_tenant: Setting session lifetime values as non-computed (#193)
  • resource/auth0_user: Preserve user ID casing in state (#197)
  • resource/auth0_guardian: Fix phone options issue#159 and refactor guardian resource implementation (#195)

NOTES:

  • Correct docs example typo binding_method to protocol_binding (#179)
  • Enabled http recordings with go-vcr to be used within tests for more reliable testing
  • Adding documentation for passwordless email connection (#179)
  • Adding GitHub connection scopes documentation (#199)

0.30.3

FEATURES:

  • resource/auth0_connection: Added support for connection metadata field (#158)

0.30.2

BUG FIXES:

  • resource/auth0_tenant: Fixed auth0 tenant flags so it only sends set values (#144)
  • resource/auth0_connection: Fixed missing options when importing a connection object (#142)

NOTES:

  • resource/auth0_custom_domain: Removed deprecated verification_method from custom domain resource (#143)

0.30.1

BUG FIXES:

  • resource/auth0_client: Fix conversion issue flattenAddons func in client resource (#140)

0.30.0

FEATURES:

  • resource/auth0_custom_domain*: Added support for creating external resources associated with self-managed certificates (#118)
  • resource/auth0_log_stream: [DXCDT-104] Added filters to log_stream resource (#133)

BUG FIXES:

  • resource/auth0_log_stream: Fixed serialization of log streams with http sink custom headers (#120)

NOTES:

0.29.0

FEATURES:

  • data-source/auth0_tenant: Added a new data source for a subset of a tenant's info (#95)

BUG FIXES:

  • resource/*: [DXCDT-80] Fixed surfaced errors on all resources after not ignoring them when setting resource data ( #106, #104, #105, #94, #97, #101, #113, #112, #111, #110, #114, #109 )
  • resource/auth0_action: Failed fast when action fails to build (#107)

0.28.1

BUG FIXES:

  • resource/auth0_attack_protection: Fix attack protection resource for PSaaS Tenants (#86)

0.28.0

FEATURES:

  • resource/auth0_attack_protection: Added Attack Protection Management Resource (#77)

ENHANCEMENTS:

  • resource/auth0_connection: Added ShowAsButton option for enterprise connections (#80)

BUG FIXES:

  • resource/auth0_tenant: Wiring default_redirection_uri parameter in 'auth0_tenant' into Auth0 API call (#71)
  • resource/auth0_client: Mark signing_keys as sensitive (#72)

0.27.1

ENHANCEMENTS:

  • Added Signing Keys to client resources (#66)
  • Update documentation to include missing resources and show how to import each resource (#67)

0.27.0

ENHANCEMENTS:

NOTES:

  • Added reference to initiate_login_uri property in client documentation (#513)

Previous History

This project is a continuation of alexkappa/terraform-provider-auth0, to view the previous change history, please see that repo's changelog.