We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75af6e1 commit 6b08d8eCopy full SHA for 6b08d8e
core/manage/application.yml
@@ -71,6 +71,11 @@ crypto:
71
public-key-location: classpath:nope
72
enabled: False
73
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
+
79
spring:
80
mail:
81
host: mailcatcher
0 commit comments