Skip to content

Commit 55a1b6e

Browse files
committed
Add parameters for Engine 7.2
1 parent d8e7a62 commit 55a1b6e

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

roles/engine/defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ engine_api_feature_deprovision: true
2222
# Cutoff point for showing unfiltered IdPs on the WAYF
2323
engine_wayf_cutoff_point_for_showing_unfiltered_idps: 50
2424
engine_wayf_show_remember_choice: false
25+
engine_wayf_preferred_idp_entity_ids: []
2526

2627
# Required for the Symfony routing.
2728
engine_base_domain: "{{ base_domain }}"

roles/engine/templates/parameters.yml.j2

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
parameters:
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>'

0 commit comments

Comments
 (0)