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 49bb674 commit 9f54909Copy full SHA for 9f54909
src/saml2/metadata.py
@@ -474,7 +474,7 @@ def do_spsso_descriptor(conf, cert=None):
474
if val is None:
475
setattr(spsso, key, DEFAULT[key]) # default ?!
476
else:
477
- strval = "{0:>s}".format(val)
+ strval = "{0:>s}".format(str(val))
478
setattr(spsso, key, strval.lower())
479
except KeyError:
480
setattr(spsso, key, DEFAULTS[key])
0 commit comments