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
.