@@ -268,7 +268,8 @@ Example::
268
268
verify_ssl_cert
269
269
^^^^^^^^^^^^^^^
270
270
271
- A boolean value (``True `` or ``False ``). The default configuration is ``False ``.
271
+ Specifies if the SSL certificates should be verified. Can be ``True `` or ``False ``.
272
+ The default configuration is ``False ``.
272
273
273
274
Example::
274
275
@@ -327,7 +328,8 @@ Indicates which certificates will be used for encryption capabilities::
327
328
generate_cert_info
328
329
^^^^^^^^^^^^^^^^^^
329
330
330
- A boolean value.
331
+ Specifies if information about the certificate should be generated.
332
+ A boolean value can be ``True `` or ``False ``.
331
333
332
334
Example::
333
335
@@ -612,7 +614,8 @@ Example::
612
614
verify_encrypt_advice
613
615
^^^^^^^^^^^^^^^^^^^^^
614
616
615
- A boolean value.
617
+ Specifies if the encrypted assertions in the advice element should be verified.
618
+ Can be ``True `` or ``False ``.
616
619
617
620
Example::
618
621
@@ -630,7 +633,8 @@ Example::
630
633
verify_encrypt_cert_assertion
631
634
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
632
635
633
- A boolean value.
636
+ Specifies if the encrypted assertions should be verified.
637
+ Can be ``True `` or ``False ``.
634
638
635
639
Example::
636
640
@@ -659,6 +663,23 @@ sign_response
659
663
Specifies if the IdP should sign the authentication response or not. Can be
660
664
True or False. Default is False.
661
665
666
+ encrypt_assertion
667
+ """""""""""""""""
668
+
669
+ Specifies if the IdP should encrypt the assertions. Can be ``True `` or ``False ``.
670
+ Default is ``False ``.
671
+
672
+ encrypted_advice_attributes
673
+ """""""""""""""""""""""""""
674
+ Specifies if assertions in the advice element should be encrypted.
675
+ Can be ``True `` or ``False ``. Default is ``False ``.
676
+
677
+ encrypt_assertion_self_contained
678
+ """"""""""""""""""""""""""""""""
679
+
680
+ Specifies if all encrypted assertions should have all namespaces self contained.
681
+ Can be ``True `` or ``False ``. Default is ``True ``.
682
+
662
683
want_authn_requests_signed
663
684
""""""""""""""""""""""""""
664
685
0 commit comments