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)