Skip to content

Commit

Permalink
fix readonly flags.enable_sso
Browse files Browse the repository at this point in the history
  • Loading branch information
fyockm committed Mar 4, 2019
1 parent 8b2ed4c commit 2effb9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0] - Unreleased
## [3.0.1] - 2019-03-04
### Fixed
- fix readonly `flags.enable_sso`

## [3.0.0] - 2019-03-04
### Added
- `INCLUDED_PROPS` option has been added to the config. It allows user to export properties which are excluded by default (like `client_secret`).
- `EXCLUDED_PROPS` option has been added to the config. It allows user to exclude any unwanted properties from exported objects.

### Changed
- `--strip` option has been removed from `export` command. Now IDs will be stripped by default, but you can use `AUTH0_EXPORT_IDENTIFIERS: true` to prevent.

## [2.3.2] - Unreleased
## [2.3.3] - 2019-03-04
### Fixed
- backport readonly `flags.enable_sso`

## [2.3.2] - 2019-03-02
### Changed
- set `enable_sso` and `sandbox_version` as readonly properties
- alias `export = dump` and `import = deploy` for programmatic usage
Expand Down
2 changes: 1 addition & 1 deletion src/readonly.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const readOnly = {
'realms'
],
tenant: [
'enable_sso',
'sandbox_version',
'sandbox_versions_available',
'flags.allow_changing_enable_sso',
'flags.enable_sso',
'flags.disable_impersonation'
],
clients: [
Expand Down

0 comments on commit 2effb9e

Please sign in to comment.