We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adeb0b commit 597778fCopy full SHA for 597778f
dojo/settings/settings.dist.py
@@ -947,7 +947,7 @@ def saml2_attrib_map_format(dict):
947
"entityid": str(SAML2_ENTITY_ID),
948
949
# directory with attribute mapping
950
- "attribute_map_dir": Path(BASEDIR) / "attribute-maps",
+ "attribute_map_dir": str(Path(BASEDIR) / "attribute-maps"),
951
# do now discard attributes not specified in attribute-maps
952
"allow_unknown_attributes": SAML_ALLOW_UNKNOWN_ATTRIBUTES,
953
# this block states what services we provide
0 commit comments