File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -56,22 +56,24 @@ product:
5656 supported_languages : en,nl
5757 show_oidc_rp : true
5858
59- metadata_configuration_path : file:///config/ metadata_configuration/
60- metadata_templates_path : file:///config/ metadata_templates/
59+ metadata_configuration_path : classpath:/ metadata_configuration
60+ metadata_templates_path : classpath:/ metadata_templates
6161metadata_export_path : classpath:/metadata_export
6262
6363security :
6464 backdoor_user_name : backdoor_api_user
6565 backdoor_password : secret
6666 api_users_config_path : file:///config/manage-api-users.yml
67- super_user_team_names : urn:collab:group:dev.openconext.local:nl:openconext:admins
67+ super_user_attribute_name : is-member-of
68+ super_user_values : urn:collab:group:dev.openconext.local:nl:openconext:admins
69+
6870
6971crypto :
7072 development-mode : True
7173 public-key-location : classpath:nope
7274 enabled : False
7375
74- # Can also be a file system resource like file://{{ manage_dir }}/policies/allowed_attributes.json
76+ # Can also be file system resources like file://{{ manage_dir }}/policies/allowed_attributes.json
7577policies :
7678 allowed_attributes : classpath:/policies/allowed_attributes.json
7779 extra_saml_attributes : classpath:/policies/extra_saml_attributes.json
You can’t perform that action at this time.
0 commit comments