Skip to content

Commit

Permalink
Default feature block_user_on_violation to on
Browse files Browse the repository at this point in the history
For new installs this makes sense - the scope check is only done when
you add scopes in Manage anyway, but if you add them, it's a safer
default that they are actually enforced.

The feature flag mostly exists to phase in scopes where you previously
not had enabled them, so you want to start logging first.
  • Loading branch information
thijskh committed Aug 26, 2024
1 parent cbf07ad commit 04024ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ parameters:
feature_api_metadata_api: true
feature_api_deprovision: true
feature_run_all_manipulations_prior_to_consent: false
feature_block_user_on_violation: false
feature_block_user_on_violation: true
feature_enable_consent: true
feature_stepup_sfo_override_engine_entityid: false

Expand Down

0 comments on commit 04024ae

Please sign in to comment.