Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions roles/engineblock/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ engine_feature_send_user_attributes: 0

# Cutoff point for showing unfiltered IdPs on the WAYF
engine_wayf_cutoff_point_for_showing_unfiltered_idps: 50
engine_wayf_show_remember_choice: false

## Engine installer specific variables.
engine_version_dir: "{{ engine_version | replace('/', '-') }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/engineblock/templates/parameters.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ parameters:
wayf.cutoff_point_for_showing_unfiltered_idps: {{ engine_wayf_cutoff_point_for_showing_unfiltered_idps | int }}

## Allow users to save their selected IdP and then auto-select it on returning visits.
wayf.remember_choice: false
wayf.remember_choice: {{ engine_wayf_show_remember_choice }}

## Toggle the default IdP quick link banner on the WAYF.
wayf.display_default_idp_banner_on_wayf: true
Expand Down