Home
last modified time | relevance | path

Searched refs:want_response_signed (Results 1 – 11 of 11) sorted by relevance

/dports/security/py-pysaml24/pysaml2-4.9.0/docs/howto/
H A Dconfig.rst446 want_response_signed citation
456 "want_response_signed": True,
684 This configuration directive **does not** override ``want_response_signed``
685 or ``want_assertions_signed``. For example, if ``want_response_signed`` is True
690 set ``want_response_signed`` and ``want_assertions_signed`` both to False and
697 "want_response_signed": False,
/dports/security/py-pysaml26/pysaml2-6.5.2/docs/howto/
H A Dconfig.rst635 want_response_signed citation
647 "want_response_signed": True,
912 This configuration directive **does not** override ``want_response_signed``
913 or ``want_assertions_signed``. For example, if ``want_response_signed`` is True
918 set ``want_response_signed`` and ``want_assertions_signed`` both to False and
925 "want_response_signed": False,
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dclient_base.py192 self.want_response_signed,
822 "want_response_signed": self.want_response_signed,
H A Dresponse.py490 want_response_signed=False,
510 self.require_response_signature = want_response_signed
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dclient_base.py190 self.want_response_signed,
802 "want_response_signed": self.want_response_signed,
H A Dresponse.py490 want_response_signed=False, argument
510 self.require_response_signature = want_response_signed
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dclient_base.py141 self.want_response_signed,
702 "want_response_signed": self.want_response_signed,
H A Dresponse.py482 want_response_signed=False, argument
502 self.require_response_signature = want_response_signed
/dports/security/py-pysaml2/pysaml2-7.1.0/docs/howto/
H A Dconfig.rst887 want_response_signed citation
899 "want_response_signed": True,
1164 This configuration directive **does not** override ``want_response_signed``
1165 or ``want_assertions_signed``. For example, if ``want_response_signed`` is True
1170 set ``want_response_signed`` and ``want_assertions_signed`` both to False and
1177 "want_response_signed": False,
/dports/security/py-pysaml26/pysaml2-6.5.2/
H A DCHANGELOG.md152 - docs: document default value for 'want_response_signed'
/dports/security/py-pysaml2/pysaml2-7.1.0/
H A DCHANGELOG.md193 - docs: document default value for 'want_response_signed'