Releases: auth0/terraform-provider-auth0
Releases · auth0/terraform-provider-auth0
v1.25.0
FEATURES:
resource/auth0_resource_server
- Add DPoP support for proof-of-possession mechanism (#1317)
v1.24.1
BUG FIXES:
resource/auth0_user
- Add support for passing custom_domain_header
(#1316)
data_source/auth0_user
- Add support for passing custom_domain_header
(#1316)
- Add support to globally configure
custom_domain_header
(#1316)
v1.24.0
ENHANCEMENTS:
resource/auth0_custom_domain
- Add support for Multiple Custom Domains (#1258)
data_source/auth0_custom_domain
- Add support to retrieve custom domain based on custom_domain_id
(#1258)
BUG FIXES:
resource/auth0_phone_provider
- Updated constrains on configuration
fields (#1308)
resource/auth0_log_stream
- Marked filters
as a computed field (#1307)
v1.23.1
ENHANCEMENTS:
resource/auth0_prompt_screen_renderer
Add support filters
and use_page_template
fields in screen renderer schema. (#1303)
BUG FIXES:
resource/auth0_connection_clients
: Enabled proper handling when removing connection Clients (#1304)
v1.23.0
v1.23.0
FEATURES:
- Add support for private key JWT authentication (#1280)
ENHANCEMENTS:
resource/auth0_prompt_screen_renderer
: Add support for new screens in Advanced Customization for Universal Login (#1292)
resource/auth0_prompt_custom_text
: Add support for new screens (#1289)
v1.22.0
FEATURES:
resource/auth0_connection_keys
: Add support for key rotation for Okta/OIDC connections (#1281)
data-source/auth0_connection_keys
: Add support to retrieve list of signing keys for a Okta/OIDC connection (#1281)
ENHANCEMENTS:
resource/auth0_connection_client
: Updated to use UpdateEnabledClients
endpoint while the user experience remains unchanged (#1272)
resource/auth0_connection_clients
: Updated to use ReadEnabledClients
endpoint while the user experience remains unchanged (#1272)
BUG FIXES:
resource/auth0_client
: Add feasibility to set cross_origin_loc
and addons
as null (#1261)
v1.21.0
FEATURES:
resource/auth0_client
: Add support limit M2M usage (#1239)
resource/auth0_organization
: Add support limit M2M usage (#1239)
resource/auth0_tenant
: Add support limit M2M usage (#1239)
v1.20.1
BUG FIXES:
resource/auth0_prompt_screen_renderer
: Remove unreleased screens for ACUL (#1259)
v1.20.0
FEATURES:
resource/auth0_client
: Add support for the flexible_mappings
field to handle complex key structures (e.g., slice-based keys) (#1253)
resource/auth0_client
: Add support to configure allow_refresh_token
in session_transfer
(#1246)
- Add support for Auth0 CLI-based authentication via the
cli_login
flag (#1242)
ENHANCEMENTS:
resource/auth0_prompt_screen_renderer
: Add support for 21 new screens (#1249)
BUG FIXES:
resource/auth0_client
: Update custom_headers
to a set of objects (maps with header
/value
keys) for improved field validation and item order preservation (#1253)
resource/auth0_resource_server_scopes
: Fix noisy plan on the description
field (#1253)
resource/auth0_log_stream
: Fix noisy plan caused by sensitive required fields (#1240)
v1.19.1
BUG FIXES:
resource/auth0_client
: Handle null on session_transfer
and policies
in refresh_token (#1237)