chore(deps): update terraform auth0 to v1 #200
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 0.50.0
->~> 1.13.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
auth0/terraform-provider-auth0 (auth0)
v1.13.0
Compare Source
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
Compare Source
FEATURES:
resource/auth0_prompt_screen_renderer
: Add new screens support to auth0_prompt_screen_renderer (EA
Release) (#1144)v1.11.1
Compare Source
BUG FIXES:
resource/auth0_client
: Add missing expand/flatten rules fortoken_exchange
param (#1145)resource/auth0_action
: Add clause to support node18 action forcustom-token-exchange
trigger (#1145)v1.11.0
Compare Source
FEATURES:
resource/auth0_token_exchange_profile
: Add a resource for managing Token Exchange Profile (#1119)data-source/auth0_token_exchange_profile
: Add a data-source for retrieving Token Exchange Profile (#1119)ENHANCEMENTS:
resource/auth0_client
: Add support to settoken_exchange
property for a client (#1119)resource/auth0_connection
: Add support to setauthentication_methods
andpasskey_options
property for a connection (#1099)v1.10.0
Compare Source
ENHANCEMENTS:
password reset by otp code
email template andverification_method
field in connection schema. (#1113)BUG FIXES:
v1.9.1
Compare Source
ENHANCEMENTS:
resource/auth0_prompt_screen_renderer
: Update docs & unit tests related to auth0_prompt_screen_renderer (EA
Release) (#1101)resource/auth0_flow_vault_connection
: Updatesetup
&ready
attributes schema for auth0_flow_vault_connection (#1103)v1.9.0
Compare Source
FEATURES:
resource/auth0_prompt_screen_renderer
: Add a resource for configuring the settings of prompt-screen (#1077)data-source/auth0_prompt_screen_renderer
: Add a data-source for retrieving prompt-screen settings (#1077)v1.8.0
Compare Source
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
Compare Source
NOTES:
This is a placeholder change to bump the version, as we are trying to resolve issues publishing to the Terraform Registry.
v1.7.1
Compare Source
BUG FIXES:
data-source/auth0_organization
: Implemented enhanced error handling to gracefully manage "Forbidden" errors when retrieving the list of client grants via theauth0_organization
data 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_attribute
can be eitheroid
orsub
for Azure AD connections (#1047)resource/auth0_form
: Updated docs to useauth0_form
in examples (#1046)ENHANCEMENTS:
data-source/auth0_roles
: Updated fromOffset Pagination
toCheckpoint Pagination
to retrieve more than 1,000 role users (#1048)v1.7.0
Compare Source
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_key
for 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_version
to be configurable (#1024)resource/auth0_connection
: Add support foruser_id_attribute
in 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_supported
andremove_alg_from_jwks
configuration (#1015)resource/auth0_client_credentials
: Add support for settingsigned_request_object
,tls_client_auth
andself_signed_tls_client_auth
(#1015)resource/auth0_client
: Add support for settingcompliance_level
andrequire_proof_of_possession
(#1015)resource/auth0_resource_server
: Add support for settingconsent_policy
,authorization_details
,token_encryption
andproof_of_possession
(#1015)data-source/auth0_client
: Add support to retrievesigned_request_object
,tls_client_auth
,compliance_level
andrequire_proof_of_possession
(#1015)BUG FIXES:
resource/auth0_prompt_screen_partial
: Ensure removal of insertion points (#1043)v1.6.1
Compare Source
BUG FIXES:
resource/auth0_client
: Fixed an issue where thedefault_organization
plan failed due toConflictsWith
andRequiredWith
clauses in the schema (#1021)v1.6.0
Compare Source
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 prompt screen partials. (#1013)ENHANCEMENTS:
resource/auth0_client
: Add Organizations for Client Credentials. (#1009)resource/auth0_prompt_custom_text
: Add support for fetching the language list from a CDN for prompt custom text. (#1006)BUG FIXES:
resource/auth0_connection
: Remove MinItems validation for precedence. (#1017)NOTES:
resource/auth0_prompt_partials
: Deprecated in favor ofresource/auth0_prompt_screen_partial
andresource/auth0_prompt_screen_partials
. (#1013)v1.5.0
Compare Source
FEATURES:
resource/auth0_connection
: Add new fieldsattributes
andprecedence
to ConnectionOptions. (#991)resource/auth0_self_service_profile
: Add new resource for managing self-service profiles. (#1008)data-source/auth0_self_service_profile
: Add a data source for retrieving self-service profiles. (#1008)v1.4.0
Compare Source
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
Compare Source
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
Compare Source
ENHANCEMENTS:
offset pagination
tocheckpoint pagination
when listingorganizations/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
Compare Source
FEATURES:
resource/auth0_prompt_partials
: Add new resource to manage prompt partials (#918)v1.1.2
Compare Source
ENHANCEMENTS:
resource/auth0_action
: Prevent sendingsecrets
anddependencies
config if no changes triggered (#903)BUG FIXES:
resource/auth0_connection
: Fix PKCE values for OIDC connections (#896)resource/auth0_connection
: Allowsamlp
block to be defined as empty and inherit default values (#905)v1.1.1
Compare Source
BUG FIXES:
resource/auth0_client_grant
: Allowingscopes
to be set as empty (#888)v1.1.0
Compare Source
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)v1.0.0
Compare Source
NOTES:
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)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.