Skip to content

Commit 597778f

Browse files
render config value to string instead of an object (#11764)
Co-authored-by: Sicco de Haan <s.dehaan1@dictu.nl>
1 parent 5adeb0b commit 597778f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/settings/settings.dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ def saml2_attrib_map_format(dict):
947947
"entityid": str(SAML2_ENTITY_ID),
948948

949949
# directory with attribute mapping
950-
"attribute_map_dir": Path(BASEDIR) / "attribute-maps",
950+
"attribute_map_dir": str(Path(BASEDIR) / "attribute-maps"),
951951
# do now discard attributes not specified in attribute-maps
952952
"allow_unknown_attributes": SAML_ALLOW_UNKNOWN_ATTRIBUTES,
953953
# this block states what services we provide

0 commit comments

Comments
 (0)