Skip to content

Commit 4a707f2

Browse files
authored
Merge pull request #44 from OpenConext/bugfix/manage
Added missing attributes
2 parents 75af6e1 + af406ca commit 4a707f2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

core/manage/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ crypto:
7171
public-key-location: classpath:nope
7272
enabled: False
7373

74+
# Can also be a file system resource like file://{{ manage_dir }}/policies/allowed_attributes.json
75+
policies:
76+
allowed_attributes: classpath:/policies/allowed_attributes.json
77+
extra_saml_attributes: classpath:/policies/extra_saml_attributes.json
78+
7479
spring:
7580
mail:
7681
host: mailcatcher

0 commit comments

Comments
 (0)