|
2 | 2 | engine_version: "" |
3 | 3 | # Be aware that if you enable this option that NPM, Node.js and Composer are installed |
4 | 4 | # Feature toggles |
5 | | -engine_feature_encrypted_assertions: 1 |
6 | | -engine_feature_encrypted_assertions_require_outer_signature: 1 |
7 | | -engine_feature_run_all_manipulations_prior_to_consent: 0 |
8 | | -engine_feature_block_user_on_violation: 0 |
9 | | -engine_feature_enable_sso_notification: 0 |
10 | | -engine_feature_enable_sso_session_cookie: 0 |
11 | | -engine_feature_enable_consent: 1 |
12 | | -engine_feature_stepup_override_entityid: 0 |
13 | | -engine_feature_idp_initiated_flow: 1 |
14 | | -engine_api_feature_metadata_push: 1 |
15 | | -engine_api_feature_consent_listing: 1 |
16 | | -engine_api_feature_consent_remove: 0 |
17 | | -engine_api_feature_metadata_api: 1 |
18 | | -engine_api_feature_deprovision: 1 |
19 | | -engine_feature_send_user_attributes: 0 |
20 | | -engine_feature_enable_sbs_interrupt: 0 |
| 5 | +engine_feature_encrypted_assertions: true |
| 6 | +engine_feature_encrypted_assertions_require_outer_signature: true |
| 7 | +engine_feature_run_all_manipulations_prior_to_consent: false |
| 8 | +engine_feature_block_user_on_violation: false |
| 9 | +engine_feature_enable_sso_notification: false |
| 10 | +engine_feature_enable_sso_session_cookie: false |
| 11 | +engine_feature_enable_consent: true |
| 12 | +engine_feature_stepup_override_entityid: false |
| 13 | +engine_feature_idp_initiated_flow: true |
| 14 | +engine_feature_send_user_attributes: false |
| 15 | +engine_feature_enable_sbs_interrupt: false |
| 16 | +engine_api_feature_metadata_push: true |
| 17 | +engine_api_feature_consent_listing: true |
| 18 | +engine_api_feature_consent_remove: false |
| 19 | +engine_api_feature_metadata_api: true |
| 20 | +engine_api_feature_deprovision: true |
21 | 21 |
|
22 | 22 | # Cutoff point for showing unfiltered IdPs on the WAYF |
23 | 23 | engine_wayf_cutoff_point_for_showing_unfiltered_idps: 50 |
|
0 commit comments