BUG FIXES:
resource/auth0_resource_server
: Remove invalidoptions
attribute from schema (#551)resource/auth0_trigger_binding
: Fixtrigger
import issue (#554)data-source/auth0_resource_server
: Fix auth0 management api data source not readingscopes
(#555)resource/auth0_connection
: Fix faulty diffs when setting themetadata_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 fordirect
provider withinpush
MFA (#535)
ENHANCEMENTS:
resource/auth0_tenant
: Add support formfa_show_factor_list_on_enrollment
flag (#561)
NOTES:
- ⚠️ The removal of the
options
attribute from theauth0_resource_server
resource, while technically a breaking change,
should not cause any issues as the API wasn't accepting this parameter.