ENHANCEMENTS:
- resource/auth0_log_stream: Add support for JSONOBJECT format (#445)
- resource/auth0_guardian: Add email mfa factor (#499)
- resource/auth0_client: Add
signing_cert
option 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-apps
connection strategy (#422)
NOTES:
- Fixed typos in SAMLP connection docs (#448, #449)
- Removed
role_id
from 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_login
field for nativeapp_types
(#453)
NOTES:
- Fix role docs #398
ENHANCEMENTS:
- New Resource:
auth0_trigger_binding
a.k.a Action Flow (#481) - resource/auth0_connection: Add
entity_id
field 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.1
version 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
adfs
connection strategy (#467)
ENHANCEMENTS:
- New Resource:
auth0_action
(#464)
ENHANCEMENTS:
- New Resource:
auth0_organization
(#458)
- resource/auth0_client: Documentation removal of
custom_login_page_preview
field #386 - resource/auth0_client: Add
organization_usage
andorganization_require_behavior
parameters toauth0_client
resource. (#451)
NOTES:
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)
ENHANCEMENTS:
- resource:auth0_connection: Add support for
WindowsLive
(aka Microsoft Account) strategy (#335) - resource:auth0_email_template: Add
verify_email_by_code
template to available email templates (#350) - resource:auth0_hook: Add support for
HookSecrets
within Hooks (#262) - resource:auth0_hook: Add
dependencies
array to support dependencies within hooks (#312) - resource:auth0_log_stream: Add support for
Sumologic
Log Stream type (#331) - resource:auth0_prompt: Add
identifier_first
field 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_secret
from client endpoint (#333) - Fixed typo in Connection Docs (#341)
- Add
Enabled_Locales
to Documentation (#345) - Moved
defauilt_redirection_url
to bottom to match upstream source (#345)
ENHANCEMENTS:
- resource/auth0_connection: Add
set_user_root_attributes
to more connections #324
FEATURES:
- resource/auth0_connection: Add support for
mfa
options (#313). - resource/auth0_client: Add support for
idle_token_lifetime
,infinite_idle_token_lifetime
andinfinite_token_lifetime
torefresh_token
options (#314).
BUG FIXES:
- resource/auth0_client: Improve handling of
mobile
attributes and introduce validation.
NOTES:
- Fixed a typo in
validation.IsURLWithNoFragment()
error message.
BUG FIXES:
- resource/auth0_client: Fix handling of
mobile
attributes (#305).
BUG FIXES:
- resource/auth0_connection: Fix
validation
field to correctly define amin
andmax
username
lengths (#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
samlp
connection (#268).
ENHANCEMENTS:
- resource/auth0_hook: Fix documentation rendering issue.
ENHANCEMENTS:
- resource/auth0_connection: Support for
oauth2
connection options (#267).
ENHANCEMENTS:
- resource/auth0_client: Validate
description
length to be 140 characters (#260) - resource/auth0_tenant: Validate
session_lifetime
to be > 1 (#229)
BUG FIXES:
- resource/auth0_connection: Fix
debug
field in SAML connections and change iterating from aSet
to aList
(#261)
NOTES:
Fixed typo in the documentation (#263)
FEATURES:
- resource/auth0_client: support for setting
refresh_token
(#255)
BUG FIXES:
- resource/auth0_client:
samlp
addon is now correctly translated to camel case (#226)
BUG FIXES:
- resource/auth0_rule_config: forces new resource when
key
has change (#246).
FEATURES:
- resource/auth0_connection: support for the
saml
connection strategy (#244).
BUG FIXES:
- resource/auth0_connection: inconsistent state after applying changes to
options
(#237). - resource/auth0_client_grant: force a new resource if
audience
orclient_id
has changed (#239, #186).
BUG FIXES:
- resource/auth0_hook: allow creating hooks with the
send-phone-message
trigger (#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_version
causing anError: a number is required
error.
FEATURES:
- resource/auth0_connection: support for the
apple
connection strategy (#216). - resource/auth0_connection: support for the
facebook
connection strategy (#221). - resource/auth0_connection: support for the
linkedin
connection strategy (#222). - resource/auth0_connection: support for the
oidc
connection strategy (#215)
BUG FIXES:
- resource/auth0_hook: avoid sending
trigger_id
during updates (#210).
BUG FIXES:
- resource/auth0_connection:
configuration
properties are now write-only (#208).
BUG FIXES:
- resource/auth0_client, resource/auth0_global_client: fix
null
scope 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
email
strategytotp
settings were not handled correctly (#191).
FEATURES:
- resource/auth0_connection: support for the
github
connection strategy (#184).
FEATURES:
- New Resource: auth0_prompt (#8)
- resource/auth0_tenant: add
use_scope_descriptions_for_consent
flag (#180).
BUG FIXES:
- resource/auth0_tenant: fix crash when the
change_password
field was not defined (#181).
FEATURES:
- resource/auth0_connection: support for the passwordless
email
connection 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
,blocked
andpicture
are added (#166) - resource/auth0_client: add
initiate_login_uri
(#2) - resource/auth0_tenant: add
default_redirection_uri
(#2) - resource/auth0_connection:
strategy
is now required and theapple
,oidc
andline
strategies 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_key
issue when reading back the resource from Auth0 (#161)
ENHANCEMENTS:
- resource/auth0_email: add
domain
field 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_secret
by changing the value ofclient_secret_rotation_trigger
(#153).
ENHANCEMENTS:
- resource/auth0_connection: Introduce
password_complexity_options
(#132). - resource/auth0_resource_server:
signing_secret
is now also a computed field. If set it's validated to be at least 16 characters (#146). - resource/auth0_resource_server:
identifier
update forces new resource (#147). - resource/auth0_role (breaking change):
user_ids
is removed. In its place the following is introduced (#149). - resource/auth0_user:
roles
is added (#149).
BUG FIXES:
- resource/auth0_connection: Fix
password_dictionary
#128 - resource/auth0_client: Fix
is_first_party
setting if set to zero value (#148).
ENHANCEMENTS:
- resource/auth0_tenant: Support
flags
anduniversal_login
settings #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_clients
by using a set instead of a list (#105). - resource/auth0_connection: Add
community_base_url
tosalesforce-community
type connections (#130). - resource/auth0_client: Validate
app_type
(#112). - resource/auth0_user: Make
password
a 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_metadata
andpassword
(#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
nickname
attribute (#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_server
field.
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_clients
will suppress diff if the list order is different. - resource/auth0_connection: set
client_secret
to sensitive (#91). - resource/auth0_resource_server: introduce
token_lifetime_for_web
(#84).
NOTES:
- Re-imported Auth0 SDK from
gopkg.in/auth0.v1
.