Skip to content

Commit 6b08d8e

Browse files
committed
Added missing attributes
1 parent 75af6e1 commit 6b08d8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)