Skip to content

Commit 7b39381

Browse files
committed
Fix for missing attribute
Signed-off-by: Okke Harsta <oharsta@zilverline.com>
1 parent 2622f7c commit 7b39381

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

core/manage/application.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,17 @@ 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

0 commit comments

Comments
 (0)