Skip to content

Commit c28ada7

Browse files
oharstabaszoetekouw
authored andcommitted
Fix for missing attribute
Signed-off-by: Okke Harsta <oharsta@zilverline.com> Signed-off-by: Bas Zoetekouw <bas.zoetekouw@surf.nl>
1 parent 4a707f2 commit c28ada7

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

core/manage/application.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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
6161
metadata_export_path: classpath:/metadata_export
6262

6363
security:
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

6971
crypto:
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
7577
policies:
7678
allowed_attributes: classpath:/policies/allowed_attributes.json
7779
extra_saml_attributes: classpath:/policies/extra_saml_attributes.json

0 commit comments

Comments
 (0)