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 e3f5519 commit 07d4730Copy full SHA for 07d4730
1 file changed
src/onelogin/saml2/idp_metadata_parser.py
@@ -201,7 +201,7 @@ def parse(
201
202
if want_authn_requests_signed is not None:
203
data['security'] = {}
204
- data['security']['authnRequestsSigned'] = want_authn_requests_signed
+ data['security']['authnRequestsSigned'] = want_authn_requests_signed == "true"
205
206
if idp_name_id_format:
207
data['sp'] = {}
0 commit comments