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 authored and MKodde committed Sep 10, 2024
1 parent 069c30d commit adb56cd
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
feature_enable_idp_initiated_flow: true
Expand Down

0 comments on commit adb56cd

Please sign in to comment.