ENHANCEMENTS:
- resource/auth0_branding: Add support for brand settings for Universal Login (#357)
- resource/auth0_connection: Add
display_name
to the resource (#304) - resource/auth0_connection: Add support for
non_persistent_attrs
to the resource (#376) - resource/auth0_connection: Add support for
should_trust_email_verified_connection
to Azure AD connections. (#378) - resource/auth0_guardian: Add support for Guardian's phone (SMS/voice) based MFA. (#371)
BUG FIXES:
- resource/auth0_client: Remove
custom_login_page_preview
as its an information-only field that should not be managed by Terraform (#379) - resource/auth0_connection: Fix connection & prompts test to use
display_name
and setidentifier_first
. (#366) - resource/auth0_tenant: Change to
TypeList
fromTypeSet
as first language listed is seen as the tenant default. (#369)
NOTES:
- No longer closing stale tickets/PRs after 5 days of inactivity (#356)