File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ engine_api_feature_deprovision: true
2222# Cutoff point for showing unfiltered IdPs on the WAYF
2323engine_wayf_cutoff_point_for_showing_unfiltered_idps : 50
2424engine_wayf_show_remember_choice : false
25+ engine_wayf_preferred_idp_entity_ids : []
2526
2627# Required for the Symfony routing.
2728engine_base_domain : " {{ base_domain }}"
Original file line number Diff line number Diff line change 1+ ---
12parameters:
23 ##########################################################################################
34 ## GLOBAL SETTINGS
@@ -56,6 +57,9 @@ parameters:
5657 ## Options are 'all' (optional and required attributes), 'required' (only required attributes) or 'none'
5758 metadata_add_requested_attributes: all
5859
60+ ## The number of seconds a Metadata document is deemed valid (default 24h). Must be a positive integer.
61+ metadata_expiration_time: 86400
62+
5963 ##########################################################################################
6064 ## PHP SETTINGS
6165 ##########################################################################################
@@ -183,6 +187,9 @@ parameters:
183187 wayf.display_default_idp_banner_on_wayf: true
184188 wayf.default_idp_entity_id: "https://login.{{ myconext_base_domain }}"
185189
190+ ## set the IdPs that need to be displayed prominently
191+ wayf.preferred_idp_entity_ids: {{ engine_wayf_preferred_idp_entity_ids }}
192+
186193 ## Toggle display & content of global site notice
187194 global.site_notice.show: {{ engine_site_notice_show }}
188195 global.site_notice.allowed.tags: '<a ><u ><i ><br ><wbr ><strong ><em ><blink ><marquee ><p ><ul ><ol ><dl ><li ><dd ><dt ><div ><span ><blockquote ><hr ><h2 ></h2 ><h3 ><h4 ><h5 ><h6 >'
You can’t perform that action at this time.
0 commit comments