ENHANCEMENTS:
- resource/auth0_log_stream: Add support for JSONOBJECT format (#445)
- resource/auth0_guardian: Add email mfa factor (#499)
- resource/auth0_client: Add
signing_certoption to SAMLP addon (#426) - resource/auth0_connection: Add support for custom SMS gateways (#417)
- Add HTTP mocks to acceptance tests for external dependencies, specifically for domain name verification (#501)
- resource/auth0_connection: Add
google-appsconnection strategy (#422)
NOTES:
- Fixed typos in SAMLP connection docs (#448, #449)
- Removed
role_idfrom auth0_role documentation (#415)
BUG FIXES:
- resource/auth0_branding: Fix reading auth0_branding when enable_custom_domain_in_emails flag is true (#438)
ENHANCEMENTS:
- New Resource:
auth0_prompt_custom_text(#497)
ENHANCEMENTS:
- resource/client: Add the
native_social_loginfield for nativeapp_types(#453)
NOTES:
- Fix role docs #398
ENHANCEMENTS:
- New Resource:
auth0_trigger_bindinga.k.a Action Flow (#481) - resource/auth0_connection: Add
entity_idfield for SAMLP connections (#468) - resource/auth0_client_grant: Update import documentation (#471)
BUG FIXES:
- resource/auth0_action: Secrets would not be sent to the management API and the
0.24.1version didn't address the issue (#478)
BUG FIXES:
- resource/auth0_action: Deployments proceed only if action status is
built(#476)
BUG FIXES:
- resource/auth0_action: Secrets would not be created causing deployments to fail (#473)
ENHANCEMENTS:
- New Resource:
auth0_custom_domain_verification(#410) - resource/auth0_client: Add support for
allowed_clients(#443)
BUG FIXES:
- resource/auth0_connection: Fix
adfsconnection strategy (#467)
ENHANCEMENTS:
- New Resource:
auth0_action(#464)
ENHANCEMENTS:
- New Resource:
auth0_organization(#458)
- resource/auth0_client: Documentation removal of
custom_login_page_previewfield #386 - resource/auth0_client: Add
organization_usageandorganization_require_behaviorparameters toauth0_clientresource. (#451)
NOTES:
ENHANCEMENTS:
- resource/auth0_branding: Add support for brand settings for Universal Login (#357)
- resource/auth0_connection: Add
display_nameto the resource (#304) - resource/auth0_connection: Add support for
non_persistent_attrsto the resource (#376) - resource/auth0_connection: Add support for
should_trust_email_verified_connectionto 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_previewas its an information-only field that should not be managed by Terraform (#379) - resource/auth0_connection: Fix connection & prompts test to use
display_nameand setidentifier_first. (#366) - resource/auth0_tenant: Change to
TypeListfromTypeSetas first language listed is seen as the tenant default. (#369)
NOTES:
- No longer closing stale tickets/PRs after 5 days of inactivity (#356)
ENHANCEMENTS:
- resource:auth0_connection: Add support for
WindowsLive(aka Microsoft Account) strategy (#335) - resource:auth0_email_template: Add
verify_email_by_codetemplate to available email templates (#350) - resource:auth0_hook: Add support for
HookSecretswithin Hooks (#262) - resource:auth0_hook: Add
dependenciesarray to support dependencies within hooks (#312) - resource:auth0_log_stream: Add support for
SumologicLog Stream type (#331) - resource:auth0_prompt: Add
identifier_firstfield to prompt in order to utilize the new identifier first flow with New Universal Login (#321)
NOTES:
- Clarified the required scope needed to get
client_secretfrom client endpoint (#333) - Fixed typo in Connection Docs (#341)
- Add
Enabled_Localesto Documentation (#345) - Moved
defauilt_redirection_urlto bottom to match upstream source (#345)
ENHANCEMENTS:
- resource/auth0_connection: Add
set_user_root_attributesto more connections #324
FEATURES:
- resource/auth0_connection: Add support for
mfaoptions (#313). - resource/auth0_client: Add support for
idle_token_lifetime,infinite_idle_token_lifetimeandinfinite_token_lifetimetorefresh_tokenoptions (#314).
BUG FIXES:
- resource/auth0_client: Improve handling of
mobileattributes and introduce validation.
NOTES:
- Fixed a typo in
validation.IsURLWithNoFragment()error message.
BUG FIXES:
- resource/auth0_client: Fix handling of
mobileattributes (#305).
BUG FIXES:
- resource/auth0_connection: Fix
validationfield to correctly define aminandmaxusernamelengths (#258).
FEATURES:
- resource/auth0_log_stream: Support for LogStreams (#270).
NOTES:
- Upgrade to
gopkg.in/auth0.v5(v5.2.2)
ENHANCEMENTS:
- resource/auth0_connection: Support for additional fields for
samlpconnection (#268).
ENHANCEMENTS:
- resource/auth0_hook: Fix documentation rendering issue.
ENHANCEMENTS:
- resource/auth0_connection: Support for
oauth2connection options (#267).
ENHANCEMENTS:
- resource/auth0_client: Validate
descriptionlength to be 140 characters (#260) - resource/auth0_tenant: Validate
session_lifetimeto be > 1 (#229)
BUG FIXES:
- resource/auth0_connection: Fix
debugfield in SAML connections and change iterating from aSetto aList(#261)
NOTES:
Fixed typo in the documentation (#263)
FEATURES:
- resource/auth0_client: support for setting
refresh_token(#255)
BUG FIXES:
- resource/auth0_client:
samlpaddon is now correctly translated to camel case (#226)
BUG FIXES:
- resource/auth0_rule_config: forces new resource when
keyhas change (#246).
FEATURES:
- resource/auth0_connection: support for the
samlconnection strategy (#244).
BUG FIXES:
- resource/auth0_connection: inconsistent state after applying changes to
options(#237). - resource/auth0_client_grant: force a new resource if
audienceorclient_idhas changed (#239, #186).
BUG FIXES:
- resource/auth0_hook: allow creating hooks with the
send-phone-messagetrigger (#240).
BUG FIXES:
- resource/auth0_user: fix issue causing an
Error: unexpected end of JSON input.
BUG FIXES:
- resource/auth0_connection: migrate state for
strategy_versioncausing anError: a number is requirederror.
FEATURES:
- resource/auth0_connection: support for the
appleconnection strategy (#216). - resource/auth0_connection: support for the
facebookconnection strategy (#221). - resource/auth0_connection: support for the
linkedinconnection strategy (#222). - resource/auth0_connection: support for the
oidcconnection strategy (#215)
BUG FIXES:
- resource/auth0_hook: avoid sending
trigger_idduring updates (#210).
BUG FIXES:
- resource/auth0_connection:
configurationproperties are now write-only (#208).
BUG FIXES:
- resource/auth0_client, resource/auth0_global_client: fix
nullscope issue (#204) - resource/auth0_connection: various bug fixes for auth0 type connections.
- resource/auth0_role: paginating role permissions for large amounts of permissions defined per role.
BUG FIXES:
- resource/auth0_resource_server: fixed rename scope bug (#197)
- resource/auth0_tenant: fix "too few properties defined" bug by sending certain fields in every update (#185)
NOTES:
- User Agent is now more accurate and follows the package version of
go-auth0/auth0. - Updates (PATCH) will include most fields in requests by default even if no changes were observed. #194
BUG FIXES:
- resource/auth0_connection: with
emailstrategytotpsettings were not handled correctly (#191).
FEATURES:
- resource/auth0_connection: support for the
githubconnection strategy (#184).
FEATURES:
- New Resource: auth0_prompt (#8)
- resource/auth0_tenant: add
use_scope_descriptions_for_consentflag (#180).
BUG FIXES:
- resource/auth0_tenant: fix crash when the
change_passwordfield was not defined (#181).
FEATURES:
- resource/auth0_connection: support for the passwordless
emailconnection strategy.
ENHANCEMENTS:
- resource/auth0_connection: now using the more powerful connection options from
gopkg.in/auth0.v4.
BUG FIXES:
- resource/auth0_tenant, resource/auth0_connection: issues setting boolean attributes within nested blocks should now be resolved (#163, #160)
NOTES:
- Upgrade to
gopkg.in/auth0.v4(v4.0.0)
FEATURES:
ENHANCEMENTS:
- resource/auth0_user:
name,family_name,given_name,blockedandpictureare added (#166) - resource/auth0_client: add
initiate_login_uri(#2) - resource/auth0_tenant: add
default_redirection_uri(#2) - resource/auth0_connection:
strategyis now required and theapple,oidcandlinestrategies are added (#6)
BUG FIXES:
- resource/auth0_user: unassigning a role won't fail if the role has already been deleted.
Initial release under releases.hashicorp.com
BUG FIXES:
- resource/auth0_email: fix
api_keyissue when reading back the resource from Auth0 (#161)
ENHANCEMENTS:
- resource/auth0_email: add
domainfield to allow configuring of mailgun provider (#164)
NOTES:
- Upgrade to
gopkg.in/auth0.v3(v3.0.3)
BUG FIXES:
- resource/auth0_client_grant: fix empty scope issue (#162)
ENHANCEMENTS:
- resource/*: update and destroy operations now do not fail if the resource has been deleted manually (#155).
ENHANCEMENTS:
- resource/auth0_client: support rotating
client_secretby changing the value ofclient_secret_rotation_trigger(#153).
ENHANCEMENTS:
- resource/auth0_connection: Introduce
password_complexity_options(#132). - resource/auth0_resource_server:
signing_secretis now also a computed field. If set it's validated to be at least 16 characters (#146). - resource/auth0_resource_server:
identifierupdate forces new resource (#147). - resource/auth0_role (breaking change):
user_idsis removed. In its place the following is introduced (#149). - resource/auth0_user:
rolesis added (#149).
BUG FIXES:
- resource/auth0_connection: Fix
password_dictionary#128 - resource/auth0_client: Fix
is_first_partysetting if set to zero value (#148).
ENHANCEMENTS:
- resource/auth0_tenant: Support
flagsanduniversal_loginsettings #133
BUG FIXES:
- resource/auth0_email_template: Fix 404 issue when modifying templates (#144).
NOTES:
- Upgrade to
gopkg.in/auth0.v2
ENHANCEMENTS:
- Switch to using Github Actions in favor of Wercker.
ENHANCEMENTS:
- resource/auth0_connection: Improved support for
enabled_clientsby using a set instead of a list (#105). - resource/auth0_connection: Add
community_base_urltosalesforce-communitytype connections (#130). - resource/auth0_client: Validate
app_type(#112). - resource/auth0_user: Make
passworda sensitive field (#117).
BUG FIXES
- resource/auth0_connection: Fix incorrect schema for
password_no_personal_info(#107). - resource/auth0_user: Fix bugs in
user_metadata,app_metadataandpassword(#131).
NOTES:
- Improve documentation on supported features (#113).
- Update examples after upgrade to 0.2.x (#114).
- Update terraform and auth0 dependencies to latest release (#120).
- Add tenant example (#125).
FEATURES:
- resource/auth0_user: Support for
nicknameattribute (#108)
ENHANCEMENTS:
- resource/auth0_user: Add support for user attribute
nickname
BUG FIXES:
- resource/auth0_connection: Fix incorrect schema of
password_no_personal_info
NOTES:
- Provider is compatible with Terraform v0.12.3
FEATURES:
- resource/auth0_connection: Add twillio for guardian MFA
ENHANCEMENTS
- resource/auth0_connection: Add
adfs_serverfield.
NOTES:
- Extract version from changelog for release notes.
NOTES:
- Update Travis to build on tag push.
NOTES:
- Added contributing, code of conduct, issue templates to the project.
FEATURES:
- New Resource: auth0_tenant (#79)
ENHANCEMENTS:
- resource/auth0_connection:
enabled_clientswill suppress diff if the list order is different. - resource/auth0_connection: set
client_secretto sensitive (#91). - resource/auth0_resource_server: introduce
token_lifetime_for_web(#84).
NOTES:
- Re-imported Auth0 SDK from
gopkg.in/auth0.v1.